#2A7430

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

Shades of Japanese Laurel #2A7430

Tints of Japanese Laurel #2A7430

Color information

#2A7430 (or 0x2A7430) is unknown color: approx Japanese Laurel. HEX triplet: 2A, 74 and 30. RGB value is (42,116,48). Sum of RGB (Red+Green+Blue) = 42+116+48=206 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.39% from 206); Green value is 116 (45.70% from 255 or 56.31% from 206); Blue value is 48 (19.14% from 255 or 23.30% from 206); Max value from RGB is 116 - color contains mainly: green. Hex color #2A7430 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7430 is #D58BCF. Grayscale: #565656. Windows color (decimal): -13994960 or 3175466. OLE color: 3175466.

HSL color Cylindrical-coordinate representation of color #2A7430: hue angle of 124.86º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A7430 is Cyan = 0.64, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB4211648-
CMYK0.6400.590.55
HSL124.86º46.84%30.98%-
HSV(B)124.86º63.79%45.49%-
XYZ7.7313.24.94-
YUV86.12106.4896.53-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.39%
GREEN value IS 116 (45.70% from 255) = 56.31%
BLUE value IS 48 (19.14% from 255) = 23.30%
R=20.39%
G=56.31%
B=23.30%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal42116480.6400.590.55124.8646.8430.98
Hex2A74304003B377d2f1f
Octal5216460100073671755737
Binary101010111010011000010000000111011110111111110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,116,48); }

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

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

 a { background-color: rgb(42,116,48); }

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

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

 span { border-color: rgb(42,116,48); }

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