#2B7427

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

Shades of Japanese Laurel #2B7427

Tints of Japanese Laurel #2B7427

Color information

#2B7427 (or 0x2B7427) is unknown color: approx Japanese Laurel. HEX triplet: 2B, 74 and 27. RGB value is (43,116,39). Sum of RGB (Red+Green+Blue) = 43+116+39=198 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.72% from 198); Green value is 116 (45.70% from 255 or 58.59% from 198); Blue value is 39 (15.62% from 255 or 19.70% from 198); Max value from RGB is 116 - color contains mainly: green. Hex color #2B7427 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7427 is #D48BD8. Grayscale: #555555. Windows color (decimal): -13929433 or 2585643. OLE color: 2585643.

HSL color Cylindrical-coordinate representation of color #2B7427: hue angle of 116.88º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B7427 is Cyan = 0.63, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB4311639-
CMYK0.6300.660.55
HSL116.88º49.68%30.39%-
HSV(B)116.88º66.38%45.49%-
XYZ7.6113.154.06-
YUV85.4101.8297.76-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.72%
GREEN value IS 116 (45.70% from 255) = 58.59%
BLUE value IS 39 (15.62% from 255) = 19.70%
R=21.72%
G=58.59%
B=19.70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal43116390.6300.660.55116.8849.6830.39
Hex2B74273F0423775321e
Octal5316447770102671656236
Binary101011111010010011111111101000010110111111010111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B7427; }

 p { color: rgb(43,116,39); }

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

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

 a { background-color: rgb(43,116,39); }

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

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

 span { border-color: rgb(43,116,39); }

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