Html Css Color HEX #25714A Dark Spring Green

📋 copy color: '#25714A'

red 37 ◦ green 113 ◦ blue 74

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

Shades of Dark Spring Green #25714A

Tints of Dark Spring Green #25714A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 50.45%

 BLUE value IS 74 (29.3% from 255) = 33.04%

R = 16.52%
G = 50.45%
B = 33.04%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#25714A (or 0x25714A) is known color: Dark Spring Green. HEX triplet: 25, 71 and 4A. RGB value is (37,113,74). Sum of RGB (Red+Green+Blue) = 37+113+74=224 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.52% from 224); Green value is 113 (44.53% from 255 or 50.45% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 113 - color contains mainly: green. Hex color #25714A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25714A is #DA8EB5. Grayscale: #555555. Windows color (decimal): -14323382 or 4878629. OLE color: 4878629.

HSL color Cylindrical-coordinate representation of color #25714A: hue angle of 149.21º degrees, saturation: 0.51, 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 #25714A is Cyan = 0.67, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 113 74 -
CMYK 0.67 0 0.35 0.56
HSL 149.21º 0.51% 0.29% -
HSV(B) 149.21º 0.67% 0.44% -
XYZ 7.9 12.7 8.51 -
YUV 85.83 121.32 93.17 -
System Red Green Blue C M Y K H S L
Decimal 37 113 74 0.67 0 0.35 0.56 149.21 0.51 0.29
Hex 25 71 4A 43 0 23 38 95 33 1D
Octal 45 161 112 103 0 43 70 225 63 35
Binary 100101 1110001 1001010 1000011 0 100011 111000 10010101 110011 11101

Color Harmonies of #25714A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25714A

Black with #25714A

Text Example


Text Example

White with #25714A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25714A; }

 p { color: rgb(37,113,74); }

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

background-color css

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

 a { background-color: rgb(37,113,74); }

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

border-color css

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

 span { border-color: rgb(37,113,74); }

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