#2B762F

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

Shades of Japanese Laurel #2B762F

Tints of Japanese Laurel #2B762F

Color information

#2B762F (or 0x2B762F) is unknown color: approx Japanese Laurel. HEX triplet: 2B, 76 and 2F. RGB value is (43,118,47). Sum of RGB (Red+Green+Blue) = 43+118+47=208 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.67% from 208); Green value is 118 (46.48% from 255 or 56.73% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 118 - color contains mainly: green. Hex color #2B762F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B762F is #D489D0. Grayscale: #575757. Windows color (decimal): -13928913 or 3110443. OLE color: 3110443.

HSL color Cylindrical-coordinate representation of color #2B762F: hue angle of 123.2º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B762F is Cyan = 0.64, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB4311847-
CMYK0.6400.600.54
HSL123.2º46.58%31.57%-
HSV(B)123.2º63.56%46.27%-
XYZ7.9913.684.91-
YUV87.48105.1596.27-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.67%
GREEN value IS 118 (46.48% from 255) = 56.73%
BLUE value IS 47 (18.75% from 255) = 22.60%
R=20.67%
G=56.73%
B=22.60%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal43118470.6400.600.54123.246.5831.57
Hex2B762F4003C367b2f20
Octal5316657100074661735740
Binary1010111110110101111100000001111001101101111011101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B762F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,118,47); }

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

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

 a { background-color: rgb(43,118,47); }

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

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

 span { border-color: rgb(43,118,47); }

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