Html Css Color HEX #238766 Elf Green

📋 copy color: '#238766'

red 35 ◦ green 135 ◦ blue 102

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

Shades of Elf Green #238766

Tints of Elf Green #238766

RGB

 RED value IS 35 (14.06% from 255) = 12.87%

 GREEN value IS 135 (53.13% from 255) = 49.63%

 BLUE value IS 102 (40.23% from 255) = 37.5%

R = 12.87%
G = 49.63%
B = 37.5%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#238766 (or 0x238766) is known color: Elf Green. HEX triplet: 23, 87 and 66. RGB value is (35,135,102). Sum of RGB (Red+Green+Blue) = 35+135+102=272 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.87% from 272); Green value is 135 (53.12% from 255 or 49.63% from 272); Blue value is 102 (40.23% from 255 or 37.5% from 272); Max value from RGB is 135 - color contains mainly: green. Hex color #238766 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238766 is #DC7899. Grayscale: #656565. Windows color (decimal): -14448794 or 6719267. OLE color: 6719267.

HSL color Cylindrical-coordinate representation of color #238766: hue angle of 160.2º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #238766 is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 35 135 102 -
CMYK 0.74 0 0.24 0.47
HSL 160.2º 0.59% 0.33% -
HSV(B) 160.2º 0.74% 0.53% -
XYZ 11.76 18.64 15.55 -
YUV 101.34 128.37 80.68 -
System Red Green Blue C M Y K H S L
Decimal 35 135 102 0.74 0 0.24 0.47 160.2 0.59 0.33
Hex 23 87 66 4A 0 18 2F A0 3B 21
Octal 43 207 146 112 0 30 57 240 73 41
Binary 100011 10000111 1100110 1001010 0 11000 101111 10100000 111011 100001

Color Harmonies of #238766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238766

Black with #238766

Text Example


Text Example

White with #238766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238766; }

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

 H1.HeaderClassName
 {
   color: #238766;
 }
 .AnyTagClassName
 {
   color: #238766;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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