Html Css Color HEX #337F2C Japanese Laurel

📋 copy color: '#337F2C'

red 51 ◦ green 127 ◦ blue 44

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

Shades of Japanese Laurel #337F2C

Tints of Japanese Laurel #337F2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 19.82%

R = 22.97%
G = 57.21%
B = 19.82%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.65

 K value IS 0.50

RGB Variations

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

Color information

#337F2C (or 0x337F2C) is known color: Japanese Laurel. HEX triplet: 33, 7F and 2C. RGB value is (51,127,44). Sum of RGB (Red+Green+Blue) = 51+127+44=222 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.97% from 222); Green value is 127 (50% from 255 or 57.21% from 222); Blue value is 44 (17.58% from 255 or 19.82% from 222); Max value from RGB is 127 - color contains mainly: green. Hex color #337F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337F2C is #CC80D3. Grayscale: #5F5F5F. Windows color (decimal): -13402324 or 2916147. OLE color: 2916147.

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

Color convert

RGB 51 127 44 -
CMYK 0.60 0 0.65 0.50
HSL 114.94º 0.49% 0.34% -
HSV(B) 114.94º 0.65% 0.5% -
XYZ 9.41 16.06 4.99 -
YUV 94.81 99.32 96.75 -
System Red Green Blue C M Y K H S L
Decimal 51 127 44 0.60 0 0.65 0.50 114.94 0.49 0.34
Hex 33 7F 2C 3C 0 41 32 73 31 22
Octal 63 177 54 74 0 101 62 163 61 42
Binary 110011 1111111 101100 111100 0 1000001 110010 1110011 110001 100010

Color Harmonies of #337F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337F2C

Black with #337F2C

Text Example


Text Example

White with #337F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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