#2A8739

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

Shades of Japanese Laurel #2A8739

Tints of Japanese Laurel #2A8739

Color information

#2A8739 (or 0x2A8739) is unknown color: approx Japanese Laurel. HEX triplet: 2A, 87 and 39. RGB value is (42,135,57). Sum of RGB (Red+Green+Blue) = 42+135+57=234 (30% of max value = 765). Red value is 42 (16.80% from 255 or 17.95% from 234); Green value is 135 (53.12% from 255 or 57.69% from 234); Blue value is 57 (22.66% from 255 or 24.36% from 234); Max value from RGB is 135 - color contains mainly: green. Hex color #2A8739 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8739 is #D578C6. Grayscale: #626262. Windows color (decimal): -13990087 or 3770154. OLE color: 3770154.

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

Color convert

RGB4213557-
CMYK0.6900.580.47
HSL129.68º52.54%34.71%-
HSV(B)129.68º68.89%52.94%-
XYZ10.3618.126.82-
YUV98.3104.6987.84-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.95%
GREEN value IS 135 (53.12% from 255) = 57.69%
BLUE value IS 57 (22.66% from 255) = 24.36%
R=17.95%
G=57.69%
B=24.36%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal42135570.6900.580.47129.6852.5434.71
Hex2A87394503A2F823523
Octal5220771105072572026543
Binary101010100001111110011000101011101010111110000010110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,135,57); }

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

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

 a { background-color: rgb(42,135,57); }

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

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

 span { border-color: rgb(42,135,57); }

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