Html Css Color HEX #308D33 Forest Green

📋 copy color: '#308D33'

red 48 ◦ green 141 ◦ blue 51

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

Shades of Forest Green #308D33

Tints of Forest Green #308D33

RGB

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

 GREEN value IS 141 (55.47% from 255) = 58.75%

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

R = 20%
G = 58.75%
B = 21.25%

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

#308D33 (or 0x308D33) is known color: Forest Green. HEX triplet: 30, 8D and 33. RGB value is (48,141,51). Sum of RGB (Red+Green+Blue) = 48+141+51=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 141 (55.47% from 255 or 58.75% from 240); Blue value is 51 (20.31% from 255 or 21.25% from 240); Max value from RGB is 141 - color contains mainly: green. Hex color #308D33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308D33 is #CF72CC. Grayscale: #676767. Windows color (decimal): -13595341 or 3378480. OLE color: 3378480.

HSL color Cylindrical-coordinate representation of color #308D33: hue angle of 121.94º 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 #308D33 is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 141 51 -
CMYK 0.66 0 0.64 0.45
HSL 121.94º 0.49% 0.37% -
HSV(B) 121.94º 0.66% 0.55% -
XYZ 11.34 19.92 6.38 -
YUV 102.93 98.69 88.82 -
System Red Green Blue C M Y K H S L
Decimal 48 141 51 0.66 0 0.64 0.45 121.94 0.49 0.37
Hex 30 8D 33 42 0 40 2D 7A 31 25
Octal 60 215 63 102 0 100 55 172 61 45
Binary 110000 10001101 110011 1000010 0 1000000 101101 1111010 110001 100101

Color Harmonies of #308D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308D33

Black with #308D33

Text Example


Text Example

White with #308D33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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