Html Css Color HEX #2E6021 Green House

📋 copy color: '#2E6021'

red 46 ◦ green 96 ◦ blue 33

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

Shades of Green House #2E6021

Tints of Green House #2E6021

RGB

 RED value IS 46 (18.36% from 255) = 26.29%

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

 BLUE value IS 33 (13.28% from 255) = 18.86%

R = 26.29%
G = 54.86%
B = 18.86%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#2E6021 (or 0x2E6021) is known color: Green House. HEX triplet: 2E, 60 and 21. RGB value is (46,96,33). Sum of RGB (Red+Green+Blue) = 46+96+33=175 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.29% from 175); Green value is 96 (37.89% from 255 or 54.86% from 175); Blue value is 33 (13.28% from 255 or 18.86% from 175); Max value from RGB is 96 - color contains mainly: green. Hex color #2E6021 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6021 is #D19FDE. Grayscale: #4A4A4A. Windows color (decimal): -13737951 or 2187310. OLE color: 2187310.

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

Color convert

RGB 46 96 33 -
CMYK 0.52 0 0.66 0.62
HSL 107.62º 0.49% 0.25% -
HSV(B) 107.62º 0.66% 0.38% -
XYZ 5.58 9.06 2.89 -
YUV 73.87 104.94 108.12 -
System Red Green Blue C M Y K H S L
Decimal 46 96 33 0.52 0 0.66 0.62 107.62 0.49 0.25
Hex 2E 60 21 34 0 42 3E 6C 31 19
Octal 56 140 41 64 0 102 76 154 61 31
Binary 101110 1100000 100001 110100 0 1000010 111110 1101100 110001 11001

Color Harmonies of #2E6021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6021

Black with #2E6021

Text Example


Text Example

White with #2E6021

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,96,33); }

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

background-color css

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

 a { background-color: rgb(46,96,33); }

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

border-color css

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

 span { border-color: rgb(46,96,33); }

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