Html Css Color HEX #336E2F Japanese Laurel

📋 copy color: '#336E2F'

red 51 ◦ green 110 ◦ blue 47

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

Shades of Japanese Laurel #336E2F

Tints of Japanese Laurel #336E2F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 52.88%

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

R = 24.52%
G = 52.88%
B = 22.6%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.57

 K value IS 0.57

RGB Variations

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

Color information

#336E2F (or 0x336E2F) is known color: Japanese Laurel. HEX triplet: 33, 6E and 2F. RGB value is (51,110,47). Sum of RGB (Red+Green+Blue) = 51+110+47=208 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.52% from 208); Green value is 110 (43.36% from 255 or 52.88% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 110 - color contains mainly: green. Hex color #336E2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336E2F is #CC91D0. Grayscale: #555555. Windows color (decimal): -13406673 or 3108403. OLE color: 3108403.

HSL color Cylindrical-coordinate representation of color #336E2F: hue angle of 116.19º 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 #336E2F is Cyan = 0.54, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.57.

Color convert

RGB 51 110 47 -
CMYK 0.54 0 0.57 0.57
HSL 116.19º 0.4% 0.31% -
HSV(B) 116.19º 0.57% 0.43% -
XYZ 7.45 12.06 4.62 -
YUV 85.18 106.45 103.62 -
System Red Green Blue C M Y K H S L
Decimal 51 110 47 0.54 0 0.57 0.57 116.19 0.4 0.31
Hex 33 6E 2F 36 0 39 39 74 28 1F
Octal 63 156 57 66 0 71 71 164 50 37
Binary 110011 1101110 101111 110110 0 111001 111001 1110100 101000 11111

Color Harmonies of #336E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336E2F

Black with #336E2F

Text Example


Text Example

White with #336E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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