Html Css Color HEX #309534 Forest Green

📋 copy color: '#309534'

red 48 ◦ green 149 ◦ blue 52

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

Shades of Forest Green #309534

Tints of Forest Green #309534

RGB

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

 GREEN value IS 149 (58.59% from 255) = 59.84%

 BLUE value IS 52 (20.7% from 255) = 20.88%

R = 19.28%
G = 59.84%
B = 20.88%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#309534 (or 0x309534) is known color: Forest Green. HEX triplet: 30, 95 and 34. RGB value is (48,149,52). Sum of RGB (Red+Green+Blue) = 48+149+52=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 149 (58.59% from 255 or 59.84% from 249); Blue value is 52 (20.70% from 255 or 20.88% from 249); Max value from RGB is 149 - color contains mainly: green. Hex color #309534 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309534 is #CF6ACB. Grayscale: #6C6C6C. Windows color (decimal): -13593292 or 3446064. OLE color: 3446064.

HSL color Cylindrical-coordinate representation of color #309534: hue angle of 122.38º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #309534 is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 149 52 -
CMYK 0.68 0 0.65 0.42
HSL 122.38º 0.51% 0.39% -
HSV(B) 122.38º 0.68% 0.58% -
XYZ 12.59 22.37 6.9 -
YUV 107.74 96.54 85.39 -
System Red Green Blue C M Y K H S L
Decimal 48 149 52 0.68 0 0.65 0.42 122.38 0.51 0.39
Hex 30 95 34 44 0 41 2A 7A 33 27
Octal 60 225 64 104 0 101 52 172 63 47
Binary 110000 10010101 110100 1000100 0 1000001 101010 1111010 110011 100111

Color Harmonies of #309534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309534

Black with #309534

Text Example


Text Example

White with #309534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309534; }

 p { color: rgb(48,149,52); }

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

background-color css

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

 a { background-color: rgb(48,149,52); }

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

border-color css

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

 span { border-color: rgb(48,149,52); }

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