Html Css Color HEX #238472 Elf Green

📋 copy color: '#238472'

red 35 ◦ green 132 ◦ blue 114

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

Shades of Elf Green #238472

Tints of Elf Green #238472

RGB

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

 GREEN value IS 132 (51.95% from 255) = 46.98%

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

R = 12.46%
G = 46.98%
B = 40.57%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#238472 (or 0x238472) is known color: Elf Green. HEX triplet: 23, 84 and 72. RGB value is (35,132,114). Sum of RGB (Red+Green+Blue) = 35+132+114=281 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.46% from 281); Green value is 132 (51.95% from 255 or 46.98% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 132 - color contains mainly: green. Hex color #238472 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238472 is #DC7B8D. Grayscale: #646464. Windows color (decimal): -14449550 or 7504931. OLE color: 7504931.

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

Color convert

RGB 35 132 114 -
CMYK 0.73 0 0.14 0.48
HSL 168.87º 0.58% 0.33% -
HSV(B) 168.87º 0.73% 0.52% -
XYZ 11.98 18.07 18.78 -
YUV 100.95 135.36 80.96 -
System Red Green Blue C M Y K H S L
Decimal 35 132 114 0.73 0 0.14 0.48 168.87 0.58 0.33
Hex 23 84 72 49 0 E 30 A9 3A 21
Octal 43 204 162 111 0 16 60 251 72 41
Binary 100011 10000100 1110010 1001001 0 1110 110000 10101001 111010 100001

Color Harmonies of #238472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238472

Black with #238472

Text Example


Text Example

White with #238472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238472; }

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

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

background-color css

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

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

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

border-color css

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

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

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