#2D903D

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

Shades of Japanese Laurel #2D903D

Tints of Japanese Laurel #2D903D

Color information

#2D903D (or 0x2D903D) is unknown color: approx Japanese Laurel. HEX triplet: 2D, 90 and 3D. RGB value is (45,144,61). Sum of RGB (Red+Green+Blue) = 45+144+61=250 (33% of max value = 765). Red value is 45 (17.97% from 255 or 18% from 250); Green value is 144 (56.64% from 255 or 57.6% from 250); Blue value is 61 (24.22% from 255 or 24.4% from 250); Max value from RGB is 144 - color contains mainly: green. Hex color #2D903D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D903D is #D26FC2. Grayscale: #696969. Windows color (decimal): -13791171 or 4034605. OLE color: 4034605.

HSL color Cylindrical-coordinate representation of color #2D903D: hue angle of 129.7º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D903D is Cyan = 0.69, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB4514461-
CMYK0.6900.580.44
HSL129.7º52.38%37.06%-
HSV(B)129.7º68.75%56.47%-
XYZ11.920.847.81-
YUV104.94103.285.25-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18%
GREEN value IS 144 (56.64% from 255) = 57.6%
BLUE value IS 61 (24.22% from 255) = 24.4%
R=18%
G=57.6%
B=24.4%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal45144610.6900.580.44129.752.3837.06
Hex2D903D4503A2C823425
Octal5522075105072542026445
Binary101101100100001111011000101011101010110010000010110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D903D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,144,61); }

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

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

 a { background-color: rgb(45,144,61); }

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

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

 span { border-color: rgb(45,144,61); }

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