#278333

Color #278333 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #278333

Tints of Japanese Laurel #278333

Color information

#278333 (or 0x278333) is unknown color: approx Japanese Laurel. HEX triplet: 27, 83 and 33. RGB value is (39,131,51). Sum of RGB (Red+Green+Blue) = 39+131+51=221 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.65% from 221); Green value is 131 (51.56% from 255 or 59.28% from 221); Blue value is 51 (20.31% from 255 or 23.08% from 221); Max value from RGB is 131 - color contains mainly: green. Hex color #278333 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #278333 is #D87CCC. Grayscale: #5E5E5E. Windows color (decimal): -14187725 or 3375911. OLE color: 3375911.

HSL color Cylindrical-coordinate representation of color #278333: hue angle of 127.83º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #278333 is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB3913151-
CMYK0.7000.610.49
HSL127.83º54.12%33.33%-
HSV(B)127.83º70.23%51.37%-
XYZ9.5516.95.89-
YUV94.37103.5288.5-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.65%
GREEN value IS 131 (51.56% from 255) = 59.28%
BLUE value IS 51 (20.31% from 255) = 23.08%
R=17.65%
G=59.28%
B=23.08%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal39131510.7000.610.49127.8354.1233.33
Hex2783334603D31803621
Octal4720363106075612006641
Binary100111100000111100111000110011110111000110000000110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278333; }

 p { color: rgb(39,131,51); }

 H1.HeaderClassName
 {
   color: #278333;
 }
 .AnyTagClassName
 {
   color: #278333;
 }
</style>
background-color css

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

 a { background-color: rgb(39,131,51); }

 div.DivClassName
 {
   background-color: #278333;
 }
 .BgClassName
 {
   background-color: #278333;
 }
</style>
border-color css

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

 span { border-color: rgb(39,131,51); }

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