Html Css Color HEX #336D2F Japanese Laurel

📋 copy color: '#336D2F'

red 51 ◦ green 109 ◦ blue 47

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

Shades of Japanese Laurel #336D2F

Tints of Japanese Laurel #336D2F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 52.66%

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

R = 24.64%
G = 52.66%
B = 22.71%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.57

 K value IS 0.57

RGB Variations

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

Color information

#336D2F (or 0x336D2F) is known color: Japanese Laurel. HEX triplet: 33, 6D and 2F. RGB value is (51,109,47). Sum of RGB (Red+Green+Blue) = 51+109+47=207 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.64% from 207); Green value is 109 (42.97% from 255 or 52.66% from 207); Blue value is 47 (18.75% from 255 or 22.71% from 207); Max value from RGB is 109 - color contains mainly: green. Hex color #336D2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336D2F is #CC92D0. Grayscale: #545454. Windows color (decimal): -13406929 or 3108147. OLE color: 3108147.

HSL color Cylindrical-coordinate representation of color #336D2F: hue angle of 116.13º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #336D2F is Cyan = 0.53, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.57.

Color convert

RGB 51 109 47 -
CMYK 0.53 0 0.57 0.57
HSL 116.13º 0.4% 0.31% -
HSV(B) 116.13º 0.57% 0.43% -
XYZ 7.35 11.85 4.59 -
YUV 84.59 106.78 104.04 -
System Red Green Blue C M Y K H S L
Decimal 51 109 47 0.53 0 0.57 0.57 116.13 0.4 0.31
Hex 33 6D 2F 35 0 39 39 74 28 1F
Octal 63 155 57 65 0 71 71 164 50 37
Binary 110011 1101101 101111 110101 0 111001 111001 1110100 101000 11111

Color Harmonies of #336D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336D2F

Black with #336D2F

Text Example


Text Example

White with #336D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336D2F; }

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

 H1.HeaderClassName
 {
   color: #336D2F;
 }
 .AnyTagClassName
 {
   color: #336D2F;
 }
</style>

background-color css

<style>
 a { background-color: #336D2F; }

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

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

border-color css

<style>
 span { border-color: #336D2F; }

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

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