Html Css Color HEX #25820C Forest Green

📋 copy color: '#25820C'

red 37 ◦ green 130 ◦ blue 12

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

Shades of Forest Green #25820C

Tints of Forest Green #25820C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 72.63%

 BLUE value IS 12 (5.08% from 255) = 6.7%

R = 20.67%
G = 72.63%
B = 6.7%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#25820C (or 0x25820C) is known color: Forest Green. HEX triplet: 25, 82 and 0C. RGB value is (37,130,12). Sum of RGB (Red+Green+Blue) = 37+130+12=179 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.67% from 179); Green value is 130 (51.17% from 255 or 72.63% from 179); Blue value is 12 (5.08% from 255 or 6.70% from 179); Max value from RGB is 130 - color contains mainly: green. Hex color #25820C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #25820C is #DA7DF3. Grayscale: #595959. Windows color (decimal): -14319092 or 819749. OLE color: 819749.

HSL color Cylindrical-coordinate representation of color #25820C: hue angle of 107.29º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #25820C is Cyan = 0.72, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB 37 130 12 -
CMYK 0.72 0 0.91 0.49
HSL 107.29º 0.83% 0.28% -
HSV(B) 107.29º 0.91% 0.51% -
XYZ 8.81 16.39 3.05 -
YUV 88.74 84.69 91.09 -
System Red Green Blue C M Y K H S L
Decimal 37 130 12 0.72 0 0.91 0.49 107.29 0.83 0.28
Hex 25 82 C 48 0 5B 31 6B 53 1C
Octal 45 202 14 110 0 133 61 153 123 34
Binary 100101 10000010 1100 1001000 0 1011011 110001 1101011 1010011 11100

Color Harmonies of #25820C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25820C

Black with #25820C

Text Example


Text Example

White with #25820C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25820C; }

 p { color: rgb(37,130,12); }

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

background-color css

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

 a { background-color: rgb(37,130,12); }

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

border-color css

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

 span { border-color: rgb(37,130,12); }

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