Html Css Color HEX #337C2B Japanese Laurel

📋 copy color: '#337C2B'

red 51 ◦ green 124 ◦ blue 43

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

Shades of Japanese Laurel #337C2B

Tints of Japanese Laurel #337C2B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 56.88%

 BLUE value IS 43 (17.19% from 255) = 19.72%

R = 23.39%
G = 56.88%
B = 19.72%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.65

 K value IS 0.51

RGB Variations

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

Color information

#337C2B (or 0x337C2B) is known color: Japanese Laurel. HEX triplet: 33, 7C and 2B. RGB value is (51,124,43). Sum of RGB (Red+Green+Blue) = 51+124+43=218 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.39% from 218); Green value is 124 (48.83% from 255 or 56.88% from 218); Blue value is 43 (17.19% from 255 or 19.72% from 218); Max value from RGB is 124 - color contains mainly: green. Hex color #337C2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337C2B is #CC83D4. Grayscale: #5D5D5D. Windows color (decimal): -13403093 or 2849843. OLE color: 2849843.

HSL color Cylindrical-coordinate representation of color #337C2B: hue angle of 114.07º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #337C2B is Cyan = 0.59, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.

Color convert

RGB 51 124 43 -
CMYK 0.59 0 0.65 0.51
HSL 114.07º 0.49% 0.33% -
HSV(B) 114.07º 0.65% 0.49% -
XYZ 9.01 15.29 4.76 -
YUV 92.94 99.82 98.09 -
System Red Green Blue C M Y K H S L
Decimal 51 124 43 0.59 0 0.65 0.51 114.07 0.49 0.33
Hex 33 7C 2B 3B 0 41 33 72 31 21
Octal 63 174 53 73 0 101 63 162 61 41
Binary 110011 1111100 101011 111011 0 1000001 110011 1110010 110001 100001

Color Harmonies of #337C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337C2B

Black with #337C2B

Text Example


Text Example

White with #337C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,124,43); }

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

background-color css

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

 a { background-color: rgb(51,124,43); }

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

border-color css

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

 span { border-color: rgb(51,124,43); }

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