Html Css Color HEX #2E6033 Parsley

📋 copy color: '#2E6033'

red 46 ◦ green 96 ◦ blue 51

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

Shades of Parsley #2E6033

Tints of Parsley #2E6033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 26.42%

R = 23.83%
G = 49.74%
B = 26.42%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#2E6033 (or 0x2E6033) is known color: Parsley. HEX triplet: 2E, 60 and 33. RGB value is (46,96,51). Sum of RGB (Red+Green+Blue) = 46+96+51=193 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.83% from 193); Green value is 96 (37.89% from 255 or 49.74% from 193); Blue value is 51 (20.31% from 255 or 26.42% from 193); Max value from RGB is 96 - color contains mainly: green. Hex color #2E6033 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6033 is #D19FCC. Grayscale: #4C4C4C. Windows color (decimal): -13737933 or 3366958. OLE color: 3366958.

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

Color convert

RGB 46 96 51 -
CMYK 0.52 0 0.47 0.62
HSL 126º 0.35% 0.28% -
HSV(B) 126º 0.52% 0.38% -
XYZ 5.91 9.19 4.59 -
YUV 75.92 113.94 106.66 -
System Red Green Blue C M Y K H S L
Decimal 46 96 51 0.52 0 0.47 0.62 126 0.35 0.28
Hex 2E 60 33 34 0 2F 3E 7E 23 1C
Octal 56 140 63 64 0 57 76 176 43 34
Binary 101110 1100000 110011 110100 0 101111 111110 1111110 100011 11100

Color Harmonies of #2E6033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6033

Black with #2E6033

Text Example


Text Example

White with #2E6033

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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