Html Css Color HEX #238570 Elf Green

📋 copy color: '#238570'

red 35 ◦ green 133 ◦ blue 112

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

Shades of Elf Green #238570

Tints of Elf Green #238570

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47.5%

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

R = 12.5%
G = 47.5%
B = 40%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#238570 (or 0x238570) is known color: Elf Green. HEX triplet: 23, 85 and 70. RGB value is (35,133,112). Sum of RGB (Red+Green+Blue) = 35+133+112=280 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.5% from 280); Green value is 133 (52.34% from 255 or 47.5% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 133 - color contains mainly: green. Hex color #238570 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238570 is #DC7A8F. Grayscale: #656565. Windows color (decimal): -14449296 or 7374115. OLE color: 7374115.

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

Color convert

RGB 35 133 112 -
CMYK 0.74 0 0.16 0.48
HSL 167.14º 0.58% 0.33% -
HSV(B) 167.14º 0.74% 0.52% -
XYZ 12.01 18.3 18.23 -
YUV 101.3 134.03 80.71 -
System Red Green Blue C M Y K H S L
Decimal 35 133 112 0.74 0 0.16 0.48 167.14 0.58 0.33
Hex 23 85 70 4A 0 10 30 A7 3A 21
Octal 43 205 160 112 0 20 60 247 72 41
Binary 100011 10000101 1110000 1001010 0 10000 110000 10100111 111010 100001

Color Harmonies of #238570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238570

Black with #238570

Text Example


Text Example

White with #238570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238570; }

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

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

background-color css

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

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

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

border-color css

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

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

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