Html Css Color HEX #238566 Elf Green

📋 copy color: '#238566'

red 35 ◦ green 133 ◦ blue 102

#238566
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elf Green #238566

Tints of Elf Green #238566

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 value IS 0.74

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#238566 (or 0x238566) is known color: 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

RGB 35 133 102 -
CMYK 0.74 0 0.23 0.48
HSL 161.02º 0.58% 0.33% -
HSV(B) 161.02º 0.74% 0.52% -
XYZ 11.48 18.09 15.46 -
YUV 100.16 129.03 81.52 -
System Red Green Blue C M Y K H S L
Decimal 35 133 102 0.74 0 0.23 0.48 161.02 0.58 0.33
Hex 23 85 66 4A 0 17 30 A1 3A 21
Octal 43 205 146 112 0 27 60 241 72 41
Binary 100011 10000101 1100110 1001010 0 10111 110000 10100001 111010 100001

Color Harmonies of #238566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238566

Black with #238566

Text Example


Text Example

White with #238566

Text Example


Text Example

HTML Codes & Css Web 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>