Html Css Color HEX #337F2E Japanese Laurel

📋 copy color: '#337F2E'

red 51 ◦ green 127 ◦ blue 46

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

Shades of Japanese Laurel #337F2E

Tints of Japanese Laurel #337F2E

RGB

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

 GREEN value IS 127 (50% from 255) = 56.7%

 BLUE value IS 46 (18.36% from 255) = 20.54%

R = 22.77%
G = 56.7%
B = 20.54%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.64

 K value IS 0.50

RGB Variations

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

Color information

#337F2E (or 0x337F2E) is known color: Japanese Laurel. HEX triplet: 33, 7F and 2E. RGB value is (51,127,46). Sum of RGB (Red+Green+Blue) = 51+127+46=224 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.77% from 224); Green value is 127 (50% from 255 or 56.70% from 224); Blue value is 46 (18.36% from 255 or 20.54% from 224); Max value from RGB is 127 - color contains mainly: green. Hex color #337F2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337F2E is #CC80D1. Grayscale: #5F5F5F. Windows color (decimal): -13402322 or 3047219. OLE color: 3047219.

HSL color Cylindrical-coordinate representation of color #337F2E: hue angle of 116.3º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #337F2E is Cyan = 0.60, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.50.

Color convert

RGB 51 127 46 -
CMYK 0.60 0 0.64 0.50
HSL 116.3º 0.47% 0.34% -
HSV(B) 116.3º 0.64% 0.5% -
XYZ 9.45 16.08 5.19 -
YUV 95.04 100.32 96.59 -
System Red Green Blue C M Y K H S L
Decimal 51 127 46 0.60 0 0.64 0.50 116.3 0.47 0.34
Hex 33 7F 2E 3C 0 40 32 74 2F 22
Octal 63 177 56 74 0 100 62 164 57 42
Binary 110011 1111111 101110 111100 0 1000000 110010 1110100 101111 100010

Color Harmonies of #337F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337F2E

Black with #337F2E

Text Example


Text Example

White with #337F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337F2E; }

 p { color: rgb(51,127,46); }

 H1.HeaderClassName
 {
   color: #337F2E;
 }
 .AnyTagClassName
 {
   color: #337F2E;
 }
</style>

background-color css

<style>
 a { background-color: #337F2E; }

 a { background-color: rgb(51,127,46); }

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

border-color css

<style>
 span { border-color: #337F2E; }

 span { border-color: rgb(51,127,46); }

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