#2D8430

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

Shades of Japanese Laurel #2D8430

Tints of Japanese Laurel #2D8430

Color information

#2D8430 (or 0x2D8430) is unknown color: approx Japanese Laurel. HEX triplet: 2D, 84 and 30. RGB value is (45,132,48). Sum of RGB (Red+Green+Blue) = 45+132+48=225 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20% from 225); Green value is 132 (51.95% from 255 or 58.67% from 225); Blue value is 48 (19.14% from 255 or 21.33% from 225); Max value from RGB is 132 - color contains mainly: green. Hex color #2D8430 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8430 is #D27BCF. Grayscale: #606060. Windows color (decimal): -13794256 or 3179565. OLE color: 3179565.

HSL color Cylindrical-coordinate representation of color #2D8430: hue angle of 122.07º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D8430 is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB4513248-
CMYK0.6600.640.48
HSL122.07º49.15%34.71%-
HSV(B)122.07º65.91%51.76%-
XYZ9.8717.275.61-
YUV96.41100.6891.33-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20%
GREEN value IS 132 (51.95% from 255) = 58.67%
BLUE value IS 48 (19.14% from 255) = 21.33%
R=20%
G=58.67%
B=21.33%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal45132480.6600.640.48122.0749.1534.71
Hex2D843042040307a3123
Octal55204601020100601726143
Binary101101100001001100001000010010000001100001111010110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,132,48); }

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

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

 a { background-color: rgb(45,132,48); }

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

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

 span { border-color: rgb(45,132,48); }

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