#2C641D

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

Shades of Green House #2C641D

Tints of Green House #2C641D

Color information

#2C641D (or 0x2C641D) is unknown color: approx Green House. HEX triplet: 2C, 64 and 1D. RGB value is (44,100,29). Sum of RGB (Red+Green+Blue) = 44+100+29=173 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.43% from 173); Green value is 100 (39.45% from 255 or 57.80% from 173); Blue value is 29 (11.72% from 255 or 16.76% from 173); Max value from RGB is 100 - color contains mainly: green. Hex color #2C641D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C641D is #D39BE2. Grayscale: #4B4B4B. Windows color (decimal): -13868003 or 1926188. OLE color: 1926188.

HSL color Cylindrical-coordinate representation of color #2C641D: hue angle of 107.32º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C641D is Cyan = 0.56, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.61.

Color convert

RGB4410029-
CMYK0.5600.710.61
HSL107.32º55.04%25.29%-
HSV(B)107.32º71%39.22%-
XYZ5.829.742.74-
YUV75.16101.95105.77-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 25.43%
GREEN value IS 100 (39.45% from 255) = 57.80%
BLUE value IS 29 (11.72% from 255) = 16.76%
R=25.43%
G=57.80%
B=16.76%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal44100290.5600.710.61107.3255.0425.29
Hex2C641D380473D6b3719
Octal5414435700107751536731
Binary10110011001001110111100001000111111101110101111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C641D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,100,29); }

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

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

 a { background-color: rgb(44,100,29); }

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

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

 span { border-color: rgb(44,100,29); }

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