Html Css Color HEX #258C1F Forest Green

📋 copy color: '#258C1F'

red 37 ◦ green 140 ◦ blue 31

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

Shades of Forest Green #258C1F

Tints of Forest Green #258C1F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 67.31%

 BLUE value IS 31 (12.5% from 255) = 14.9%

R = 17.79%
G = 67.31%
B = 14.9%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#258C1F (or 0x258C1F) is known color: Forest Green. HEX triplet: 25, 8C and 1F. RGB value is (37,140,31). Sum of RGB (Red+Green+Blue) = 37+140+31=208 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.79% from 208); Green value is 140 (55.08% from 255 or 67.31% from 208); Blue value is 31 (12.5% from 255 or 14.90% from 208); Max value from RGB is 140 - color contains mainly: green. Hex color #258C1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258C1F is #DA73E0. Grayscale: #616161. Windows color (decimal): -14316513 or 2067493. OLE color: 2067493.

HSL color Cylindrical-coordinate representation of color #258C1F: hue angle of 116.7º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #258C1F is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB 37 140 31 -
CMYK 0.74 0 0.78 0.45
HSL 116.7º 0.64% 0.34% -
HSV(B) 116.7º 0.78% 0.55% -
XYZ 10.39 19.25 4.46 -
YUV 96.78 90.88 85.36 -
System Red Green Blue C M Y K H S L
Decimal 37 140 31 0.74 0 0.78 0.45 116.7 0.64 0.34
Hex 25 8C 1F 4A 0 4E 2D 75 40 22
Octal 45 214 37 112 0 116 55 165 100 42
Binary 100101 10001100 11111 1001010 0 1001110 101101 1110101 1000000 100010

Color Harmonies of #258C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258C1F

Black with #258C1F

Text Example


Text Example

White with #258C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,140,31); }

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

background-color css

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

 a { background-color: rgb(37,140,31); }

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

border-color css

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

 span { border-color: rgb(37,140,31); }

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