#2E6330

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

Shades of Parsley #2E6330

Tints of Parsley #2E6330

Color information

#2E6330 (or 0x2E6330) is unknown color: approx Parsley. HEX triplet: 2E, 63 and 30. RGB value is (46,99,48). Sum of RGB (Red+Green+Blue) = 46+99+48=193 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.83% from 193); Green value is 99 (39.06% from 255 or 51.30% from 193); Blue value is 48 (19.14% from 255 or 24.87% from 193); Max value from RGB is 99 - color contains mainly: green. Hex color #2E6330 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6330 is #D19CCF. Grayscale: #4D4D4D. Windows color (decimal): -13737168 or 3171118. OLE color: 3171118.

HSL color Cylindrical-coordinate representation of color #2E6330: hue angle of 122.26º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E6330 is Cyan = 0.54, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.61.

Color convert

RGB469948-
CMYK0.5400.520.61
HSL122.26º36.55%28.43%-
HSV(B)122.26º53.54%38.82%-
XYZ6.129.724.35-
YUV77.34111.44105.65-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.83%
GREEN value IS 99 (39.06% from 255) = 51.30%
BLUE value IS 48 (19.14% from 255) = 24.87%
R=23.83%
G=51.30%
B=24.87%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4699480.5400.520.61122.2636.5528.43
Hex2E6330360343D7a251c
Octal561436066064751724534
Binary10111011000111100001101100110100111101111101010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,99,48); }

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

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

 a { background-color: rgb(46,99,48); }

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

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

 span { border-color: rgb(46,99,48); }

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