Html Css Color HEX #308C33 Forest Green

📋 copy color: '#308C33'

red 48 ◦ green 140 ◦ blue 51

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

Shades of Forest Green #308C33

Tints of Forest Green #308C33

RGB

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

 GREEN value IS 140 (55.08% from 255) = 58.58%

 BLUE value IS 51 (20.31% from 255) = 21.34%

R = 20.08%
G = 58.58%
B = 21.34%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.64

 K value IS 0.45

RGB Variations

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

Color information

#308C33 (or 0x308C33) is known color: Forest Green. HEX triplet: 30, 8C and 33. RGB value is (48,140,51). Sum of RGB (Red+Green+Blue) = 48+140+51=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 140 (55.08% from 255 or 58.58% from 239); Blue value is 51 (20.31% from 255 or 21.34% from 239); Max value from RGB is 140 - color contains mainly: green. Hex color #308C33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308C33 is #CF73CC. Grayscale: #666666. Windows color (decimal): -13595597 or 3378224. OLE color: 3378224.

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

Color convert

RGB 48 140 51 -
CMYK 0.66 0 0.64 0.45
HSL 121.96º 0.49% 0.37% -
HSV(B) 121.96º 0.66% 0.55% -
XYZ 11.19 19.62 6.33 -
YUV 102.35 99.02 89.24 -
System Red Green Blue C M Y K H S L
Decimal 48 140 51 0.66 0 0.64 0.45 121.96 0.49 0.37
Hex 30 8C 33 42 0 40 2D 7A 31 25
Octal 60 214 63 102 0 100 55 172 61 45
Binary 110000 10001100 110011 1000010 0 1000000 101101 1111010 110001 100101

Color Harmonies of #308C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308C33

Black with #308C33

Text Example


Text Example

White with #308C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,140,51); }

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

background-color css

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

 a { background-color: rgb(48,140,51); }

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

border-color css

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

 span { border-color: rgb(48,140,51); }

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