Html Css Color HEX #336F2F Japanese Laurel

📋 copy color: '#336F2F'

red 51 ◦ green 111 ◦ blue 47

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

Shades of Japanese Laurel #336F2F

Tints of Japanese Laurel #336F2F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 53.11%

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

R = 24.4%
G = 53.11%
B = 22.49%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#336F2F (or 0x336F2F) is known color: Japanese Laurel. HEX triplet: 33, 6F and 2F. RGB value is (51,111,47). Sum of RGB (Red+Green+Blue) = 51+111+47=209 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.40% from 209); Green value is 111 (43.75% from 255 or 53.11% from 209); Blue value is 47 (18.75% from 255 or 22.49% from 209); Max value from RGB is 111 - color contains mainly: green. Hex color #336F2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336F2F is #CC90D0. Grayscale: #555555. Windows color (decimal): -13406417 or 3108659. OLE color: 3108659.

HSL color Cylindrical-coordinate representation of color #336F2F: hue angle of 116.25º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #336F2F is Cyan = 0.54, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 111 47 -
CMYK 0.54 0 0.58 0.56
HSL 116.25º 0.41% 0.31% -
HSV(B) 116.25º 0.58% 0.44% -
XYZ 7.56 12.28 4.66 -
YUV 85.76 106.12 103.2 -
System Red Green Blue C M Y K H S L
Decimal 51 111 47 0.54 0 0.58 0.56 116.25 0.41 0.31
Hex 33 6F 2F 36 0 3A 38 74 29 1F
Octal 63 157 57 66 0 72 70 164 51 37
Binary 110011 1101111 101111 110110 0 111010 111000 1110100 101001 11111

Color Harmonies of #336F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336F2F

Black with #336F2F

Text Example


Text Example

White with #336F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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