Html Css Color HEX #337F2B Japanese Laurel

📋 copy color: '#337F2B'

red 51 ◦ green 127 ◦ blue 43

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

Shades of Japanese Laurel #337F2B

Tints of Japanese Laurel #337F2B

RGB

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

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

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

R = 23.08%
G = 57.47%
B = 19.46%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#337F2B (or 0x337F2B) is known color: Japanese Laurel. HEX triplet: 33, 7F and 2B. RGB value is (51,127,43). Sum of RGB (Red+Green+Blue) = 51+127+43=221 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.08% from 221); Green value is 127 (50% from 255 or 57.47% from 221); Blue value is 43 (17.19% from 255 or 19.46% from 221); Max value from RGB is 127 - color contains mainly: green. Hex color #337F2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337F2B is #CC80D4. Grayscale: #5E5E5E. Windows color (decimal): -13402325 or 2850611. OLE color: 2850611.

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

Color convert

RGB 51 127 43 -
CMYK 0.60 0 0.66 0.50
HSL 114.29º 0.49% 0.33% -
HSV(B) 114.29º 0.66% 0.5% -
XYZ 9.39 16.06 4.89 -
YUV 94.7 98.82 96.83 -
System Red Green Blue C M Y K H S L
Decimal 51 127 43 0.60 0 0.66 0.50 114.29 0.49 0.33
Hex 33 7F 2B 3C 0 42 32 72 31 21
Octal 63 177 53 74 0 102 62 162 61 41
Binary 110011 1111111 101011 111100 0 1000010 110010 1110010 110001 100001

Color Harmonies of #337F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337F2B

Black with #337F2B

Text Example


Text Example

White with #337F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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