#2A823D

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

Shades of Japanese Laurel #2A823D

Tints of Japanese Laurel #2A823D

Color information

#2A823D (or 0x2A823D) is unknown color: approx Japanese Laurel. HEX triplet: 2A, 82 and 3D. RGB value is (42,130,61). Sum of RGB (Red+Green+Blue) = 42+130+61=233 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.03% from 233); Green value is 130 (51.17% from 255 or 55.79% from 233); Blue value is 61 (24.22% from 255 or 26.18% from 233); Max value from RGB is 130 - color contains mainly: green. Hex color #2A823D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A823D is #D57DC2. Grayscale: #606060. Windows color (decimal): -13991363 or 4031018. OLE color: 4031018.

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

Color convert

RGB4213061-
CMYK0.6800.530.49
HSL132.95º51.16%33.73%-
HSV(B)132.95º67.69%50.98%-
XYZ9.7816.797.14-
YUV95.82108.3589.61-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.03%
GREEN value IS 130 (51.17% from 255) = 55.79%
BLUE value IS 61 (24.22% from 255) = 26.18%
R=18.03%
G=55.79%
B=26.18%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal42130610.6800.530.49132.9551.1633.73
Hex2A823D4403531853322
Octal5220275104065612056342
Binary101010100000101111011000100011010111000110000101110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A823D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,130,61); }

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

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

 a { background-color: rgb(42,130,61); }

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

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

 span { border-color: rgb(42,130,61); }

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