Html Css Color HEX #257F42 Dark Spring Green

📋 copy color: '#257F42'

red 37 ◦ green 127 ◦ blue 66

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

Shades of Dark Spring Green #257F42

Tints of Dark Spring Green #257F42

RGB

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

 GREEN value IS 127 (50% from 255) = 55.22%

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

R = 16.09%
G = 55.22%
B = 28.7%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.48

 K value IS 0.50

RGB Variations

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

Color information

#257F42 (or 0x257F42) is known color: Dark Spring Green. HEX triplet: 25, 7F and 42. RGB value is (37,127,66). Sum of RGB (Red+Green+Blue) = 37+127+66=230 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.09% from 230); Green value is 127 (50% from 255 or 55.22% from 230); Blue value is 66 (26.17% from 255 or 28.70% from 230); Max value from RGB is 127 - color contains mainly: green. Hex color #257F42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257F42 is #DA80BD. Grayscale: #5D5D5D. Windows color (decimal): -14319806 or 4357925. OLE color: 4357925.

HSL color Cylindrical-coordinate representation of color #257F42: hue angle of 139.33º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #257F42 is Cyan = 0.71, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB 37 127 66 -
CMYK 0.71 0 0.48 0.50
HSL 139.33º 0.55% 0.32% -
HSV(B) 139.33º 0.71% 0.5% -
XYZ 9.34 15.97 7.74 -
YUV 93.14 112.68 87.96 -
System Red Green Blue C M Y K H S L
Decimal 37 127 66 0.71 0 0.48 0.50 139.33 0.55 0.32
Hex 25 7F 42 47 0 30 32 8B 37 20
Octal 45 177 102 107 0 60 62 213 67 40
Binary 100101 1111111 1000010 1000111 0 110000 110010 10001011 110111 100000

Color Harmonies of #257F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257F42

Black with #257F42

Text Example


Text Example

White with #257F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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