#2A7838

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

Shades of Japanese Laurel #2A7838

Tints of Japanese Laurel #2A7838

Color information

#2A7838 (or 0x2A7838) is unknown color: approx Japanese Laurel. HEX triplet: 2A, 78 and 38. RGB value is (42,120,56). Sum of RGB (Red+Green+Blue) = 42+120+56=218 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.27% from 218); Green value is 120 (47.27% from 255 or 55.05% from 218); Blue value is 56 (22.27% from 255 or 25.69% from 218); Max value from RGB is 120 - color contains mainly: green. Hex color #2A7838 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7838 is #D587C7. Grayscale: #595959. Windows color (decimal): -13993928 or 3700778. OLE color: 3700778.

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

Color convert

RGB4212056-
CMYK0.6500.530.53
HSL130.77º48.15%31.76%-
HSV(B)130.77º65%47.06%-
XYZ8.3914.216.04-
YUV89.38109.1694.2-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.27%
GREEN value IS 120 (47.27% from 255) = 55.05%
BLUE value IS 56 (22.27% from 255) = 25.69%
R=19.27%
G=55.05%
B=25.69%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42120560.6500.530.53130.7748.1531.76
Hex2A78384103535833020
Octal5217070101065652036040
Binary10101011110001110001000001011010111010110000011110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,120,56); }

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

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

 a { background-color: rgb(42,120,56); }

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

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

 span { border-color: rgb(42,120,56); }

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