Html Css Color HEX #258E7B Elf Green

📋 copy color: '#258E7B'

red 37 ◦ green 142 ◦ blue 123

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

Shades of Elf Green #258E7B

Tints of Elf Green #258E7B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 47.02%

 BLUE value IS 123 (48.44% from 255) = 40.73%

R = 12.25%
G = 47.02%
B = 40.73%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#258E7B (or 0x258E7B) is known color: Elf Green. HEX triplet: 25, 8E and 7B. RGB value is (37,142,123). Sum of RGB (Red+Green+Blue) = 37+142+123=302 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.25% from 302); Green value is 142 (55.86% from 255 or 47.02% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 142 - color contains mainly: green. Hex color #258E7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258E7B is #DA7184. Grayscale: #6C6C6C. Windows color (decimal): -14315909 or 8097317. OLE color: 8097317.

HSL color Cylindrical-coordinate representation of color #258E7B: hue angle of 169.14º 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 #258E7B is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 37 142 123 -
CMYK 0.74 0 0.13 0.44
HSL 169.14º 0.59% 0.35% -
HSV(B) 169.14º 0.74% 0.56% -
XYZ 14.01 21.17 22.09 -
YUV 108.44 136.21 77.04 -
System Red Green Blue C M Y K H S L
Decimal 37 142 123 0.74 0 0.13 0.44 169.14 0.59 0.35
Hex 25 8E 7B 4A 0 D 2C A9 3B 23
Octal 45 216 173 112 0 15 54 251 73 43
Binary 100101 10001110 1111011 1001010 0 1101 101100 10101001 111011 100011

Color Harmonies of #258E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258E7B

Black with #258E7B

Text Example


Text Example

White with #258E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,142,123); }

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

background-color css

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

 a { background-color: rgb(37,142,123); }

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

border-color css

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

 span { border-color: rgb(37,142,123); }

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