#2B7C38

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

Shades of Japanese Laurel #2B7C38

Tints of Japanese Laurel #2B7C38

Color information

#2B7C38 (or 0x2B7C38) is unknown color: approx Japanese Laurel. HEX triplet: 2B, 7C and 38. RGB value is (43,124,56). Sum of RGB (Red+Green+Blue) = 43+124+56=223 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.28% from 223); Green value is 124 (48.83% from 255 or 55.61% from 223); Blue value is 56 (22.27% from 255 or 25.11% from 223); Max value from RGB is 124 - color contains mainly: green. Hex color #2B7C38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7C38 is #D483C7. Grayscale: #5C5C5C. Windows color (decimal): -13927368 or 3701803. OLE color: 3701803.

HSL color Cylindrical-coordinate representation of color #2B7C38: hue angle of 129.63º 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 #2B7C38 is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.51.

Color convert

RGB4312456-
CMYK0.6500.550.51
HSL129.63º48.5%32.75%-
HSV(B)129.63º65.32%48.63%-
XYZ8.9215.216.21-
YUV92.03107.6693.03-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.28%
GREEN value IS 124 (48.83% from 255) = 55.61%
BLUE value IS 56 (22.27% from 255) = 25.11%
R=19.28%
G=55.61%
B=25.11%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal43124560.6500.550.51129.6348.532.75
Hex2B7C384103733823121
Octal5317470101067632026141
Binary10101111111001110001000001011011111001110000010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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