Html Css Color HEX #258D1C Forest Green

📋 copy color: '#258D1C'

red 37 ◦ green 141 ◦ blue 28

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

Shades of Forest Green #258D1C

Tints of Forest Green #258D1C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 68.45%

 BLUE value IS 28 (11.33% from 255) = 13.59%

R = 17.96%
G = 68.45%
B = 13.59%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.80

 K value IS 0.45

RGB Variations

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

Color information

#258D1C (or 0x258D1C) is known color: Forest Green. HEX triplet: 25, 8D and 1C. RGB value is (37,141,28). Sum of RGB (Red+Green+Blue) = 37+141+28=206 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.96% from 206); Green value is 141 (55.47% from 255 or 68.45% from 206); Blue value is 28 (11.33% from 255 or 13.59% from 206); Max value from RGB is 141 - color contains mainly: green. Hex color #258D1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258D1C is #DA72E3. Grayscale: #616161. Windows color (decimal): -14316260 or 1871141. OLE color: 1871141.

HSL color Cylindrical-coordinate representation of color #258D1C: hue angle of 115.22º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #258D1C is Cyan = 0.74, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.45.

Color convert

RGB 37 141 28 -
CMYK 0.74 0 0.80 0.45
HSL 115.22º 0.67% 0.33% -
HSV(B) 115.22º 0.8% 0.55% -
XYZ 10.5 19.53 4.31 -
YUV 97.02 89.04 85.19 -
System Red Green Blue C M Y K H S L
Decimal 37 141 28 0.74 0 0.80 0.45 115.22 0.67 0.33
Hex 25 8D 1C 4A 0 50 2D 73 43 21
Octal 45 215 34 112 0 120 55 163 103 41
Binary 100101 10001101 11100 1001010 0 1010000 101101 1110011 1000011 100001

Color Harmonies of #258D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258D1C

Black with #258D1C

Text Example


Text Example

White with #258D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258D1C; }

 p { color: rgb(37,141,28); }

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

background-color css

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

 a { background-color: rgb(37,141,28); }

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

border-color css

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

 span { border-color: rgb(37,141,28); }

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