Html Css Color HEX #258014 Forest Green

📋 copy color: '#258014'

red 37 ◦ green 128 ◦ blue 20

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

Shades of Forest Green #258014

Tints of Forest Green #258014

RGB

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

 GREEN value IS 128 (50.39% from 255) = 69.19%

 BLUE value IS 20 (8.2% from 255) = 10.81%

R = 20%
G = 69.19%
B = 10.81%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#258014 (or 0x258014) is known color: Forest Green. HEX triplet: 25, 80 and 14. RGB value is (37,128,20). Sum of RGB (Red+Green+Blue) = 37+128+20=185 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20% from 185); Green value is 128 (50.39% from 255 or 69.19% from 185); Blue value is 20 (8.20% from 255 or 10.81% from 185); Max value from RGB is 128 - color contains mainly: green. Hex color #258014 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #258014 is #DA7FEB. Grayscale: #585858. Windows color (decimal): -14319596 or 1343525. OLE color: 1343525.

HSL color Cylindrical-coordinate representation of color #258014: hue angle of 110.56º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #258014 is Cyan = 0.71, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 37 128 20 -
CMYK 0.71 0 0.84 0.50
HSL 110.56º 0.73% 0.29% -
HSV(B) 110.56º 0.84% 0.5% -
XYZ 8.61 15.88 3.27 -
YUV 88.48 89.35 91.28 -
System Red Green Blue C M Y K H S L
Decimal 37 128 20 0.71 0 0.84 0.50 110.56 0.73 0.29
Hex 25 80 14 47 0 54 32 6F 49 1D
Octal 45 200 24 107 0 124 62 157 111 35
Binary 100101 10000000 10100 1000111 0 1010100 110010 1101111 1001001 11101

Color Harmonies of #258014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258014

Black with #258014

Text Example


Text Example

White with #258014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258014; }

 p { color: rgb(37,128,20); }

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

background-color css

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

 a { background-color: rgb(37,128,20); }

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

border-color css

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

 span { border-color: rgb(37,128,20); }

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