#2B621C

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

Shades of Green House #2B621C

Tints of Green House #2B621C

Color information

#2B621C (or 0x2B621C) is unknown color: approx Green House. HEX triplet: 2B, 62 and 1C. RGB value is (43,98,28). Sum of RGB (Red+Green+Blue) = 43+98+28=169 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.44% from 169); Green value is 98 (38.67% from 255 or 57.99% from 169); Blue value is 28 (11.33% from 255 or 16.57% from 169); Max value from RGB is 98 - color contains mainly: green. Hex color #2B621C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B621C is #D49DE3. Grayscale: #494949. Windows color (decimal): -13934052 or 1860139. OLE color: 1860139.

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

Color convert

RGB439828-
CMYK0.5600.710.62
HSL107.14º55.56%24.71%-
HSV(B)107.14º71.43%38.43%-
XYZ5.579.332.61-
YUV73.57102.28106.19-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.44%
GREEN value IS 98 (38.67% from 255) = 57.99%
BLUE value IS 28 (11.33% from 255) = 16.57%
R=25.44%
G=57.99%
B=16.57%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4398280.5600.710.62107.1455.5624.71
Hex2B621C380473E6b3819
Octal5314234700107761537031
Binary10101111000101110011100001000111111110110101111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B621C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,98,28); }

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

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

 a { background-color: rgb(43,98,28); }

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

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

 span { border-color: rgb(43,98,28); }

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