#238564

Color #238564 Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #238564

Tints of Elf Green #238564

Color information

#238564 (or 0x238564) is unknown color: approx Elf Green. HEX triplet: 23, 85 and 64. RGB value is (35,133,100). Sum of RGB (Red+Green+Blue) = 35+133+100=268 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.06% from 268); Green value is 133 (52.34% from 255 or 49.63% from 268); Blue value is 100 (39.45% from 255 or 37.31% from 268); Max value from RGB is 133 - color contains mainly: green. Hex color #238564 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238564 is #DC7A9B. Grayscale: #636363. Windows color (decimal): -14449308 or 6587683. OLE color: 6587683.

HSL color Cylindrical-coordinate representation of color #238564: hue angle of 159.8º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #238564 is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB35133100-
CMYK0.7400.250.48
HSL159.8º58.33%32.94%-
HSV(B)159.8º73.68%52.16%-
XYZ11.3818.0514.94-
YUV99.94128.0381.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 13.06%
GREEN value IS 133 (52.34% from 255) = 49.63%
BLUE value IS 100 (39.45% from 255) = 37.31%
R=13.06%
G=49.63%
B=37.31%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal351331000.7400.250.48159.858.3332.94
Hex2385644A01930a03a21
Octal43205144112031602407241
Binary100011100001011100100100101001100111000010100000111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238564; }

 p { color: rgb(35,133,100); }

 H1.HeaderClassName
 {
   color: #238564;
 }
 .AnyTagClassName
 {
   color: #238564;
 }
</style>
background-color css

<style>
 a { background-color: #238564; }

 a { background-color: rgb(35,133,100); }

 div.DivClassName
 {
   background-color: #238564;
 }
 .BgClassName
 {
   background-color: #238564;
 }
</style>
border-color css

<style>
 span { border-color: #238564; }

 span { border-color: rgb(35,133,100); }

 td.TdClassName
 {
   border-color: #238564;
 }
 .TagClassName
 {
   border-color: #238564;
 }
</style>