Html Css Color HEX #25704B Dark Spring Green

📋 copy color: '#25704B'

red 37 ◦ green 112 ◦ blue 75

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

Shades of Dark Spring Green #25704B

Tints of Dark Spring Green #25704B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 50%

 BLUE value IS 75 (29.69% from 255) = 33.48%

R = 16.52%
G = 50%
B = 33.48%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#25704B (or 0x25704B) is known color: Dark Spring Green. HEX triplet: 25, 70 and 4B. RGB value is (37,112,75). Sum of RGB (Red+Green+Blue) = 37+112+75=224 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.52% from 224); Green value is 112 (44.14% from 255 or 50% from 224); Blue value is 75 (29.69% from 255 or 33.48% from 224); Max value from RGB is 112 - color contains mainly: green. Hex color #25704B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25704B is #DA8FB4. Grayscale: #555555. Windows color (decimal): -14323637 or 4943909. OLE color: 4943909.

HSL color Cylindrical-coordinate representation of color #25704B: hue angle of 150.4º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #25704B is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 112 75 -
CMYK 0.67 0 0.33 0.56
HSL 150.4º 0.5% 0.29% -
HSV(B) 150.4º 0.67% 0.44% -
XYZ 7.83 12.49 8.65 -
YUV 85.36 122.15 93.51 -
System Red Green Blue C M Y K H S L
Decimal 37 112 75 0.67 0 0.33 0.56 150.4 0.5 0.29
Hex 25 70 4B 43 0 21 38 96 32 1D
Octal 45 160 113 103 0 41 70 226 62 35
Binary 100101 1110000 1001011 1000011 0 100001 111000 10010110 110010 11101

Color Harmonies of #25704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25704B

Black with #25704B

Text Example


Text Example

White with #25704B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25704B; }

 p { color: rgb(37,112,75); }

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

background-color css

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

 a { background-color: rgb(37,112,75); }

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

border-color css

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

 span { border-color: rgb(37,112,75); }

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