Html Css Color HEX #338C2F Forest Green

📋 copy color: '#338C2F'

red 51 ◦ green 140 ◦ blue 47

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

Shades of Forest Green #338C2F

Tints of Forest Green #338C2F

RGB

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

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

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

R = 21.43%
G = 58.82%
B = 19.75%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.66

 K value IS 0.45

RGB Variations

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

Color information

#338C2F (or 0x338C2F) is known color: Forest Green. HEX triplet: 33, 8C and 2F. RGB value is (51,140,47). Sum of RGB (Red+Green+Blue) = 51+140+47=238 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.43% from 238); Green value is 140 (55.08% from 255 or 58.82% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 140 - color contains mainly: green. Hex color #338C2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338C2F is #CC73D0. Grayscale: #676767. Windows color (decimal): -13398993 or 3116083. OLE color: 3116083.

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

Color convert

RGB 51 140 47 -
CMYK 0.64 0 0.66 0.45
HSL 117.42º 0.5% 0.37% -
HSV(B) 117.42º 0.66% 0.55% -
XYZ 11.26 19.67 5.89 -
YUV 102.79 96.51 91.06 -
System Red Green Blue C M Y K H S L
Decimal 51 140 47 0.64 0 0.66 0.45 117.42 0.5 0.37
Hex 33 8C 2F 40 0 42 2D 75 32 25
Octal 63 214 57 100 0 102 55 165 62 45
Binary 110011 10001100 101111 1000000 0 1000010 101101 1110101 110010 100101

Color Harmonies of #338C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338C2F

Black with #338C2F

Text Example


Text Example

White with #338C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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