#2D903F

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

Shades of Japanese Laurel #2D903F

Tints of Japanese Laurel #2D903F

Color information

#2D903F (or 0x2D903F) is unknown color: approx Japanese Laurel. HEX triplet: 2D, 90 and 3F. RGB value is (45,144,63). Sum of RGB (Red+Green+Blue) = 45+144+63=252 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.86% from 252); Green value is 144 (56.64% from 255 or 57.14% from 252); Blue value is 63 (25% from 255 or 25% from 252); Max value from RGB is 144 - color contains mainly: green. Hex color #2D903F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D903F is #D26FC0. Grayscale: #696969. Windows color (decimal): -13791169 or 4165677. OLE color: 4165677.

HSL color Cylindrical-coordinate representation of color #2D903F: hue angle of 130.91º 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 #2D903F is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.

Color convert

RGB4514463-
CMYK0.6900.560.44
HSL130.91º52.38%37.06%-
HSV(B)130.91º68.75%56.47%-
XYZ11.9520.868.1-
YUV105.16104.285.09-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.86%
GREEN value IS 144 (56.64% from 255) = 57.14%
BLUE value IS 63 (25% from 255) = 25%
R=17.86%
G=57.14%
B=25%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal45144630.6900.560.44130.9152.3837.06
Hex2D903F450382C833425
Octal5522077105070542036445
Binary101101100100001111111000101011100010110010000011110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D903F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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