Html Css Color HEX #309D0D Forest Green

📋 copy color: '#309D0D'

red 48 ◦ green 157 ◦ blue 13

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

Shades of Forest Green #309D0D

Tints of Forest Green #309D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.96%

R = 22.02%
G = 72.02%
B = 5.96%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.92

 K value IS 0.38

RGB Variations

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

Color information

#309D0D (or 0x309D0D) is known color: Forest Green. HEX triplet: 30, 9D and 0D. RGB value is (48,157,13). Sum of RGB (Red+Green+Blue) = 48+157+13=218 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.02% from 218); Green value is 157 (61.72% from 255 or 72.02% from 218); Blue value is 13 (5.47% from 255 or 5.96% from 218); Max value from RGB is 157 - color contains mainly: green. Hex color #309D0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #309D0D is #CF62F2. Grayscale: #6C6C6C. Windows color (decimal): -13591283 or 892208. OLE color: 892208.

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

Color convert

RGB 48 157 13 -
CMYK 0.69 0 0.92 0.38
HSL 105.42º 0.85% 0.33% -
HSV(B) 105.42º 0.92% 0.62% -
XYZ 13.35 24.77 4.46 -
YUV 107.99 74.39 85.21 -
System Red Green Blue C M Y K H S L
Decimal 48 157 13 0.69 0 0.92 0.38 105.42 0.85 0.33
Hex 30 9D D 45 0 5C 26 69 55 21
Octal 60 235 15 105 0 134 46 151 125 41
Binary 110000 10011101 1101 1000101 0 1011100 100110 1101001 1010101 100001

Color Harmonies of #309D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309D0D

Black with #309D0D

Text Example


Text Example

White with #309D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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