Html Css Color HEX #309129 Forest Green

📋 copy color: '#309129'

red 48 ◦ green 145 ◦ blue 41

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

Shades of Forest Green #309129

Tints of Forest Green #309129

RGB

 RED value IS 48 (19.14% from 255) = 20.51%

 GREEN value IS 145 (57.03% from 255) = 61.97%

 BLUE value IS 41 (16.41% from 255) = 17.52%

R = 20.51%
G = 61.97%
B = 17.52%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#309129 (or 0x309129) is known color: Forest Green. HEX triplet: 30, 91 and 29. RGB value is (48,145,41). Sum of RGB (Red+Green+Blue) = 48+145+41=234 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.51% from 234); Green value is 145 (57.03% from 255 or 61.97% from 234); Blue value is 41 (16.41% from 255 or 17.52% from 234); Max value from RGB is 145 - color contains mainly: green. Hex color #309129 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309129 is #CF6ED6. Grayscale: #686868. Windows color (decimal): -13594327 or 2724144. OLE color: 2724144.

HSL color Cylindrical-coordinate representation of color #309129: hue angle of 115.96º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #309129 is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 145 41 -
CMYK 0.67 0 0.72 0.43
HSL 115.96º 0.56% 0.36% -
HSV(B) 115.96º 0.72% 0.57% -
XYZ 11.74 21.04 5.54 -
YUV 104.14 92.36 87.96 -
System Red Green Blue C M Y K H S L
Decimal 48 145 41 0.67 0 0.72 0.43 115.96 0.56 0.36
Hex 30 91 29 43 0 48 2B 74 38 24
Octal 60 221 51 103 0 110 53 164 70 44
Binary 110000 10010001 101001 1000011 0 1001000 101011 1110100 111000 100100

Color Harmonies of #309129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309129

Black with #309129

Text Example


Text Example

White with #309129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309129; }

 p { color: rgb(48,145,41); }

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

background-color css

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

 a { background-color: rgb(48,145,41); }

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

border-color css

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

 span { border-color: rgb(48,145,41); }

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