Html Css Color HEX #33982F Forest Green

📋 copy color: '#33982F'

red 51 ◦ green 152 ◦ blue 47

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

Shades of Forest Green #33982F

Tints of Forest Green #33982F

RGB

 RED value IS 51 (20.31% from 255) = 20.4%

 GREEN value IS 152 (59.77% from 255) = 60.8%

 BLUE value IS 47 (18.75% from 255) = 18.8%

R = 20.4%
G = 60.8%
B = 18.8%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.69

 K value IS 0.40

RGB Variations

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

Color information

#33982F (or 0x33982F) is known color: Forest Green. HEX triplet: 33, 98 and 2F. RGB value is (51,152,47). Sum of RGB (Red+Green+Blue) = 51+152+47=250 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.4% from 250); Green value is 152 (59.77% from 255 or 60.8% from 250); Blue value is 47 (18.75% from 255 or 18.8% from 250); Max value from RGB is 152 - color contains mainly: green. Hex color #33982F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33982F is #CC67D0. Grayscale: #6E6E6E. Windows color (decimal): -13395921 or 3119155. OLE color: 3119155.

HSL color Cylindrical-coordinate representation of color #33982F: hue angle of 117.71º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #33982F is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB 51 152 47 -
CMYK 0.66 0 0.69 0.40
HSL 117.71º 0.53% 0.39% -
HSV(B) 117.71º 0.69% 0.6% -
XYZ 13.11 23.37 6.51 -
YUV 109.83 92.54 86.04 -
System Red Green Blue C M Y K H S L
Decimal 51 152 47 0.66 0 0.69 0.40 117.71 0.53 0.39
Hex 33 98 2F 42 0 45 28 76 35 27
Octal 63 230 57 102 0 105 50 166 65 47
Binary 110011 10011000 101111 1000010 0 1000101 101000 1110110 110101 100111

Color Harmonies of #33982F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33982F

Black with #33982F

Text Example


Text Example

White with #33982F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33982F; }

 p { color: rgb(51,152,47); }

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

background-color css

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

 a { background-color: rgb(51,152,47); }

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

border-color css

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

 span { border-color: rgb(51,152,47); }

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