#2A8538

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

Shades of Japanese Laurel #2A8538

Tints of Japanese Laurel #2A8538

Color information

#2A8538 (or 0x2A8538) is unknown color: approx Japanese Laurel. HEX triplet: 2A, 85 and 38. RGB value is (42,133,56). Sum of RGB (Red+Green+Blue) = 42+133+56=231 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.18% from 231); Green value is 133 (52.34% from 255 or 57.58% from 231); Blue value is 56 (22.27% from 255 or 24.24% from 231); Max value from RGB is 133 - color contains mainly: green. Hex color #2A8538 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8538 is #D57AC7. Grayscale: #616161. Windows color (decimal): -13990600 or 3704106. OLE color: 3704106.

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

Color convert

RGB4213356-
CMYK0.6800.580.48
HSL129.23º52%34.31%-
HSV(B)129.23º68.42%52.16%-
XYZ10.0617.556.6-
YUV97.01104.8588.76-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.18%
GREEN value IS 133 (52.34% from 255) = 57.58%
BLUE value IS 56 (22.27% from 255) = 24.24%
R=18.18%
G=57.58%
B=24.24%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal42133560.6800.580.48129.235234.31
Hex2A85384403A30813422
Octal5220570104072602016442
Binary101010100001011110001000100011101011000010000001110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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