Html Css Color HEX #238270 Elf Green

📋 copy color: '#238270'

red 35 ◦ green 130 ◦ blue 112

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

Shades of Elf Green #238270

Tints of Elf Green #238270

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.93%

 BLUE value IS 112 (44.14% from 255) = 40.43%

R = 12.64%
G = 46.93%
B = 40.43%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#238270 (or 0x238270) is known color: Elf Green. HEX triplet: 23, 82 and 70. RGB value is (35,130,112). Sum of RGB (Red+Green+Blue) = 35+130+112=277 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.64% from 277); Green value is 130 (51.17% from 255 or 46.93% from 277); Blue value is 112 (44.14% from 255 or 40.43% from 277); Max value from RGB is 130 - color contains mainly: green. Hex color #238270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238270 is #DC7D8F. Grayscale: #636363. Windows color (decimal): -14450064 or 7373347. OLE color: 7373347.

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

Color convert

RGB 35 130 112 -
CMYK 0.73 0 0.14 0.49
HSL 168.63º 0.58% 0.32% -
HSV(B) 168.63º 0.73% 0.51% -
XYZ 11.6 17.49 18.09 -
YUV 99.54 135.03 81.96 -
System Red Green Blue C M Y K H S L
Decimal 35 130 112 0.73 0 0.14 0.49 168.63 0.58 0.32
Hex 23 82 70 49 0 E 31 A9 3A 20
Octal 43 202 160 111 0 16 61 251 72 40
Binary 100011 10000010 1110000 1001001 0 1110 110001 10101001 111010 100000

Color Harmonies of #238270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238270

Black with #238270

Text Example


Text Example

White with #238270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238270; }

 p { color: rgb(35,130,112); }

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

background-color css

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

 a { background-color: rgb(35,130,112); }

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

border-color css

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

 span { border-color: rgb(35,130,112); }

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