#2D5F1A

Color #2D5F1A Green House (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green House #2D5F1A

Tints of Green House #2D5F1A

Color information

#2D5F1A (or 0x2D5F1A) is unknown color: approx Green House. HEX triplet: 2D, 5F and 1A. RGB value is (45,95,26). Sum of RGB (Red+Green+Blue) = 45+95+26=166 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.11% from 166); Green value is 95 (37.5% from 255 or 57.23% from 166); Blue value is 26 (10.55% from 255 or 15.66% from 166); Max value from RGB is 95 - color contains mainly: green. Hex color #2D5F1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5F1A is #D2A0E5. Grayscale: #484848. Windows color (decimal): -13803750 or 1728301. OLE color: 1728301.

HSL color Cylindrical-coordinate representation of color #2D5F1A: hue angle of 103.48º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2D5F1A is Cyan = 0.53, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.63.

Color convert

RGB459526-
CMYK0.5300.730.63
HSL103.48º57.02%23.73%-
HSV(B)103.48º72.63%37.25%-
XYZ5.368.822.4-
YUV72.18101.94108.61-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 27.11%
GREEN value IS 95 (37.5% from 255) = 57.23%
BLUE value IS 26 (10.55% from 255) = 15.66%
R=27.11%
G=57.23%
B=15.66%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4595260.5300.730.63103.4857.0223.73
Hex2D5F1A350493F673918
Octal5513732650111771477130
Binary10110110111111101011010101001001111111110011111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,95,26); }

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

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

 a { background-color: rgb(45,95,26); }

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

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

 span { border-color: rgb(45,95,26); }

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