#2B7A2C

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

Shades of Japanese Laurel #2B7A2C

Tints of Japanese Laurel #2B7A2C

Color information

#2B7A2C (or 0x2B7A2C) is unknown color: approx Japanese Laurel. HEX triplet: 2B, 7A and 2C. RGB value is (43,122,44). Sum of RGB (Red+Green+Blue) = 43+122+44=209 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.57% from 209); Green value is 122 (48.05% from 255 or 58.37% from 209); Blue value is 44 (17.58% from 255 or 21.05% from 209); Max value from RGB is 122 - color contains mainly: green. Hex color #2B7A2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7A2C is #D485D3. Grayscale: #595959. Windows color (decimal): -13927892 or 2914859. OLE color: 2914859.

HSL color Cylindrical-coordinate representation of color #2B7A2C: hue angle of 120.76º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B7A2C is Cyan = 0.65, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.52.

Color convert

RGB4312244-
CMYK0.6500.640.52
HSL120.76º47.88%32.35%-
HSV(B)120.76º64.75%47.84%-
XYZ8.4114.614.76-
YUV89.49102.3394.84-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.57%
GREEN value IS 122 (48.05% from 255) = 58.37%
BLUE value IS 44 (17.58% from 255) = 21.05%
R=20.57%
G=58.37%
B=21.05%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal43122440.6500.640.52120.7647.8832.35
Hex2B7A2C4104034793020
Octal53172541010100641716040
Binary10101111110101011001000001010000001101001111001110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,122,44); }

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

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

 a { background-color: rgb(43,122,44); }

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

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

 span { border-color: rgb(43,122,44); }

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