Html Css Color HEX #309D1C Forest Green

📋 copy color: '#309D1C'

red 48 ◦ green 157 ◦ blue 28

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

Shades of Forest Green #309D1C

Tints of Forest Green #309D1C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 67.38%

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

R = 20.6%
G = 67.38%
B = 12.02%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#309D1C (or 0x309D1C) is known color: Forest Green. HEX triplet: 30, 9D and 1C. RGB value is (48,157,28). Sum of RGB (Red+Green+Blue) = 48+157+28=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 157 (61.72% from 255 or 67.38% from 233); Blue value is 28 (11.33% from 255 or 12.02% from 233); Max value from RGB is 157 - color contains mainly: green. Hex color #309D1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309D1C is #CF62E3. Grayscale: #6E6E6E. Windows color (decimal): -13591268 or 1875248. OLE color: 1875248.

HSL color Cylindrical-coordinate representation of color #309D1C: hue angle of 110.7º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #309D1C is Cyan = 0.69, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 157 28 -
CMYK 0.69 0 0.82 0.38
HSL 110.7º 0.7% 0.36% -
HSV(B) 110.7º 0.82% 0.62% -
XYZ 13.49 24.83 5.18 -
YUV 109.7 81.89 83.99 -
System Red Green Blue C M Y K H S L
Decimal 48 157 28 0.69 0 0.82 0.38 110.7 0.7 0.36
Hex 30 9D 1C 45 0 52 26 6F 46 24
Octal 60 235 34 105 0 122 46 157 106 44
Binary 110000 10011101 11100 1000101 0 1010010 100110 1101111 1000110 100100

Color Harmonies of #309D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309D1C

Black with #309D1C

Text Example


Text Example

White with #309D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,157,28); }

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

background-color css

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

 a { background-color: rgb(48,157,28); }

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

border-color css

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

 span { border-color: rgb(48,157,28); }

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