Html Css Color HEX #308E34 Forest Green

📋 copy color: '#308E34'

red 48 ◦ green 142 ◦ blue 52

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

Shades of Forest Green #308E34

Tints of Forest Green #308E34

RGB

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

 GREEN value IS 142 (55.86% from 255) = 58.68%

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

R = 19.83%
G = 58.68%
B = 21.49%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.63

 K value IS 0.44

RGB Variations

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

Color information

#308E34 (or 0x308E34) is known color: Forest Green. HEX triplet: 30, 8E and 34. RGB value is (48,142,52). Sum of RGB (Red+Green+Blue) = 48+142+52=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 142 (55.86% from 255 or 58.68% from 242); Blue value is 52 (20.70% from 255 or 21.49% from 242); Max value from RGB is 142 - color contains mainly: green. Hex color #308E34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308E34 is #CF71CB. Grayscale: #676767. Windows color (decimal): -13595084 or 3444272. OLE color: 3444272.

HSL color Cylindrical-coordinate representation of color #308E34: hue angle of 122.55º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #308E34 is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 142 52 -
CMYK 0.66 0 0.63 0.44
HSL 122.55º 0.49% 0.37% -
HSV(B) 122.55º 0.66% 0.56% -
XYZ 11.51 20.22 6.55 -
YUV 103.63 98.86 88.32 -
System Red Green Blue C M Y K H S L
Decimal 48 142 52 0.66 0 0.63 0.44 122.55 0.49 0.37
Hex 30 8E 34 42 0 3F 2C 7B 31 25
Octal 60 216 64 102 0 77 54 173 61 45
Binary 110000 10001110 110100 1000010 0 111111 101100 1111011 110001 100101

Color Harmonies of #308E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308E34

Black with #308E34

Text Example


Text Example

White with #308E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308E34; }

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

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

background-color css

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

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

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

border-color css

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

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

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