Html Css Color HEX #2C601D Green House

📋 copy color: '#2C601D'

red 44 ◦ green 96 ◦ blue 29

#2C601D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green House #2C601D

Tints of Green House #2C601D

RGB

 RED value IS 44 (17.58% from 255) = 26.04%

 GREEN value IS 96 (37.89% from 255) = 56.8%

 BLUE value IS 29 (11.72% from 255) = 17.16%

R = 26.04%
G = 56.8%
B = 17.16%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#2C601D (or 0x2C601D) is known color: Green House. HEX triplet: 2C, 60 and 1D. RGB value is (44,96,29). Sum of RGB (Red+Green+Blue) = 44+96+29=169 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.04% from 169); Green value is 96 (37.89% from 255 or 56.80% from 169); Blue value is 29 (11.72% from 255 or 17.16% from 169); Max value from RGB is 96 - color contains mainly: green. Hex color #2C601D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C601D is #D39FE2. Grayscale: #494949. Windows color (decimal): -13869027 or 1925164. OLE color: 1925164.

HSL color Cylindrical-coordinate representation of color #2C601D: hue angle of 106.57º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C601D is Cyan = 0.54, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB 44 96 29 -
CMYK 0.54 0 0.70 0.62
HSL 106.57º 0.54% 0.25% -
HSV(B) 106.57º 0.7% 0.38% -
XYZ 5.44 8.99 2.61 -
YUV 72.81 103.27 107.45 -
System Red Green Blue C M Y K H S L
Decimal 44 96 29 0.54 0 0.70 0.62 106.57 0.54 0.25
Hex 2C 60 1D 36 0 46 3E 6B 36 19
Octal 54 140 35 66 0 106 76 153 66 31
Binary 101100 1100000 11101 110110 0 1000110 111110 1101011 110110 11001

Color Harmonies of #2C601D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C601D

Black with #2C601D

Text Example


Text Example

White with #2C601D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2C601D;
 }
 .AnyTagClassName
 {
   color: #2C601D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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