Html Css Color HEX #238672 Elf Green

📋 copy color: '#238672'

red 35 ◦ green 134 ◦ blue 114

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

Shades of Elf Green #238672

Tints of Elf Green #238672

RGB

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

 GREEN value IS 134 (52.73% from 255) = 47.35%

 BLUE value IS 114 (44.92% from 255) = 40.28%

R = 12.37%
G = 47.35%
B = 40.28%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#238672 (or 0x238672) is known color: Elf Green. HEX triplet: 23, 86 and 72. RGB value is (35,134,114). Sum of RGB (Red+Green+Blue) = 35+134+114=283 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.37% from 283); Green value is 134 (52.73% from 255 or 47.35% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 134 - color contains mainly: green. Hex color #238672 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238672 is #DC798D. Grayscale: #666666. Windows color (decimal): -14449038 or 7505443. OLE color: 7505443.

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

Color convert

RGB 35 134 114 -
CMYK 0.74 0 0.15 0.47
HSL 167.88º 0.59% 0.33% -
HSV(B) 167.88º 0.74% 0.53% -
XYZ 12.26 18.62 18.87 -
YUV 102.12 134.7 80.13 -
System Red Green Blue C M Y K H S L
Decimal 35 134 114 0.74 0 0.15 0.47 167.88 0.59 0.33
Hex 23 86 72 4A 0 F 2F A8 3B 21
Octal 43 206 162 112 0 17 57 250 73 41
Binary 100011 10000110 1110010 1001010 0 1111 101111 10101000 111011 100001

Color Harmonies of #238672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238672

Black with #238672

Text Example


Text Example

White with #238672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238672; }

 p { color: rgb(35,134,114); }

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

background-color css

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

 a { background-color: rgb(35,134,114); }

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

border-color css

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

 span { border-color: rgb(35,134,114); }

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