Html Css Color HEX #258F72 Elf Green

📋 copy color: '#258F72'

red 37 ◦ green 143 ◦ blue 114

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

Shades of Elf Green #258F72

Tints of Elf Green #258F72

RGB

 RED value IS 37 (14.84% from 255) = 12.59%

 GREEN value IS 143 (56.25% from 255) = 48.64%

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

R = 12.59%
G = 48.64%
B = 38.78%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#258F72 (or 0x258F72) is known color: Elf Green. HEX triplet: 25, 8F and 72. RGB value is (37,143,114). Sum of RGB (Red+Green+Blue) = 37+143+114=294 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.59% from 294); Green value is 143 (56.25% from 255 or 48.64% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 143 - color contains mainly: green. Hex color #258F72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258F72 is #DA708D. Grayscale: #6C6C6C. Windows color (decimal): -14315662 or 7507749. OLE color: 7507749.

HSL color Cylindrical-coordinate representation of color #258F72: hue angle of 163.58º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #258F72 is Cyan = 0.74, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB 37 143 114 -
CMYK 0.74 0 0.20 0.44
HSL 163.58º 0.59% 0.35% -
HSV(B) 163.58º 0.74% 0.56% -
XYZ 13.62 21.25 19.3 -
YUV 108 131.38 77.36 -
System Red Green Blue C M Y K H S L
Decimal 37 143 114 0.74 0 0.20 0.44 163.58 0.59 0.35
Hex 25 8F 72 4A 0 14 2C A4 3B 23
Octal 45 217 162 112 0 24 54 244 73 43
Binary 100101 10001111 1110010 1001010 0 10100 101100 10100100 111011 100011

Color Harmonies of #258F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258F72

Black with #258F72

Text Example


Text Example

White with #258F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258F72; }

 p { color: rgb(37,143,114); }

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

background-color css

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

 a { background-color: rgb(37,143,114); }

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

border-color css

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

 span { border-color: rgb(37,143,114); }

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