#238566

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

Shades of Elf Green #238566

Tints of Elf Green #238566

Color information

#238566 (or 0x238566) is unknown color: approx Elf Green. HEX triplet: 23, 85 and 66. RGB value is (35,133,102). Sum of RGB (Red+Green+Blue) = 35+133+102=270 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.96% from 270); Green value is 133 (52.34% from 255 or 49.26% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 133 - color contains mainly: green. Hex color #238566 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238566 is #DC7A99. Grayscale: #646464. Windows color (decimal): -14449306 or 6718755. OLE color: 6718755.

HSL color Cylindrical-coordinate representation of color #238566: hue angle of 161.02º 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 #238566 is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB35133102-
CMYK0.7400.230.48
HSL161.02º58.33%32.94%-
HSV(B)161.02º73.68%52.16%-
XYZ11.4818.0915.46-
YUV100.16129.0381.52-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.96%
GREEN value IS 133 (52.34% from 255) = 49.26%
BLUE value IS 102 (40.23% from 255) = 37.78%
R=12.96%
G=49.26%
B=37.78%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal351331020.7400.230.48161.0258.3332.94
Hex2385664A01730a13a21
Octal43205146112027602417241
Binary100011100001011100110100101001011111000010100001111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238566; }

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

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

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

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

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

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

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

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