Html Css Color HEX #258142 Dark Spring Green

📋 copy color: '#258142'

red 37 ◦ green 129 ◦ blue 66

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

Shades of Dark Spring Green #258142

Tints of Dark Spring Green #258142

RGB

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

 GREEN value IS 129 (50.78% from 255) = 55.6%

 BLUE value IS 66 (26.17% from 255) = 28.45%

R = 15.95%
G = 55.6%
B = 28.45%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#258142 (or 0x258142) is known color: Dark Spring Green. HEX triplet: 25, 81 and 42. RGB value is (37,129,66). Sum of RGB (Red+Green+Blue) = 37+129+66=232 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.95% from 232); Green value is 129 (50.78% from 255 or 55.60% from 232); Blue value is 66 (26.17% from 255 or 28.45% from 232); Max value from RGB is 129 - color contains mainly: green. Hex color #258142 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258142 is #DA7EBD. Grayscale: #5E5E5E. Windows color (decimal): -14319294 or 4358437. OLE color: 4358437.

HSL color Cylindrical-coordinate representation of color #258142: hue angle of 138.91º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #258142 is Cyan = 0.71, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB 37 129 66 -
CMYK 0.71 0 0.49 0.49
HSL 138.91º 0.55% 0.33% -
HSV(B) 138.91º 0.71% 0.51% -
XYZ 9.6 16.49 7.83 -
YUV 94.31 112.02 87.12 -
System Red Green Blue C M Y K H S L
Decimal 37 129 66 0.71 0 0.49 0.49 138.91 0.55 0.33
Hex 25 81 42 47 0 31 31 8B 37 21
Octal 45 201 102 107 0 61 61 213 67 41
Binary 100101 10000001 1000010 1000111 0 110001 110001 10001011 110111 100001

Color Harmonies of #258142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258142

Black with #258142

Text Example


Text Example

White with #258142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258142; }

 p { color: rgb(37,129,66); }

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

background-color css

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

 a { background-color: rgb(37,129,66); }

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

border-color css

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

 span { border-color: rgb(37,129,66); }

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