Html Css Color HEX #258C32 Forest Green

📋 copy color: '#258C32'

red 37 ◦ green 140 ◦ blue 50

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

Shades of Forest Green #258C32

Tints of Forest Green #258C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 22.03%

R = 16.3%
G = 61.67%
B = 22.03%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.64

 K value IS 0.45

RGB Variations

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

Color information

#258C32 (or 0x258C32) is known color: Forest Green. HEX triplet: 25, 8C and 32. RGB value is (37,140,50). Sum of RGB (Red+Green+Blue) = 37+140+50=227 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.30% from 227); Green value is 140 (55.08% from 255 or 61.67% from 227); Blue value is 50 (19.92% from 255 or 22.03% from 227); Max value from RGB is 140 - color contains mainly: green. Hex color #258C32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258C32 is #DA73CD. Grayscale: #636363. Windows color (decimal): -14316494 or 3312677. OLE color: 3312677.

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

Color convert

RGB 37 140 50 -
CMYK 0.74 0 0.64 0.45
HSL 127.57º 0.58% 0.35% -
HSV(B) 127.57º 0.74% 0.55% -
XYZ 10.72 19.38 6.19 -
YUV 98.94 100.38 83.82 -
System Red Green Blue C M Y K H S L
Decimal 37 140 50 0.74 0 0.64 0.45 127.57 0.58 0.35
Hex 25 8C 32 4A 0 40 2D 80 3A 23
Octal 45 214 62 112 0 100 55 200 72 43
Binary 100101 10001100 110010 1001010 0 1000000 101101 10000000 111010 100011

Color Harmonies of #258C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258C32

Black with #258C32

Text Example


Text Example

White with #258C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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