Html Css Color HEX #309A2A Forest Green

📋 copy color: '#309A2A'

red 48 ◦ green 154 ◦ blue 42

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

Shades of Forest Green #309A2A

Tints of Forest Green #309A2A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 63.11%

 BLUE value IS 42 (16.8% from 255) = 17.21%

R = 19.67%
G = 63.11%
B = 17.21%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.73

 K value IS 0.40

RGB Variations

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

Color information

#309A2A (or 0x309A2A) is known color: Forest Green. HEX triplet: 30, 9A and 2A. RGB value is (48,154,42). Sum of RGB (Red+Green+Blue) = 48+154+42=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 154 (60.55% from 255 or 63.11% from 244); Blue value is 42 (16.80% from 255 or 17.21% from 244); Max value from RGB is 154 - color contains mainly: green. Hex color #309A2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309A2A is #CF65D5. Grayscale: #6D6D6D. Windows color (decimal): -13592022 or 2791984. OLE color: 2791984.

HSL color Cylindrical-coordinate representation of color #309A2A: hue angle of 116.79º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #309A2A is Cyan = 0.69, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB 48 154 42 -
CMYK 0.69 0 0.73 0.40
HSL 116.79º 0.57% 0.38% -
HSV(B) 116.79º 0.73% 0.6% -
XYZ 13.19 23.91 6.11 -
YUV 109.54 89.88 84.11 -
System Red Green Blue C M Y K H S L
Decimal 48 154 42 0.69 0 0.73 0.40 116.79 0.57 0.38
Hex 30 9A 2A 45 0 49 28 75 39 26
Octal 60 232 52 105 0 111 50 165 71 46
Binary 110000 10011010 101010 1000101 0 1001001 101000 1110101 111001 100110

Color Harmonies of #309A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309A2A

Black with #309A2A

Text Example


Text Example

White with #309A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,154,42); }

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

background-color css

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

 a { background-color: rgb(48,154,42); }

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

border-color css

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

 span { border-color: rgb(48,154,42); }

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