#2F6330

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

Shades of Parsley #2F6330

Tints of Parsley #2F6330

Color information

#2F6330 (or 0x2F6330) is unknown color: approx Parsley. HEX triplet: 2F, 63 and 30. RGB value is (47,99,48). Sum of RGB (Red+Green+Blue) = 47+99+48=194 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.23% from 194); Green value is 99 (39.06% from 255 or 51.03% from 194); Blue value is 48 (19.14% from 255 or 24.74% from 194); Max value from RGB is 99 - color contains mainly: green. Hex color #2F6330 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6330 is #D09CCF. Grayscale: #4D4D4D. Windows color (decimal): -13671632 or 3171119. OLE color: 3171119.

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

Color convert

RGB479948-
CMYK0.5300.520.61
HSL121.15º35.62%28.63%-
HSV(B)121.15º52.53%38.82%-
XYZ6.179.744.35-
YUV77.64111.27106.15-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.23%
GREEN value IS 99 (39.06% from 255) = 51.03%
BLUE value IS 48 (19.14% from 255) = 24.74%
R=24.23%
G=51.03%
B=24.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4799480.5300.520.61121.1535.6228.63
Hex2F6330350343D79241d
Octal571436065064751714435
Binary10111111000111100001101010110100111101111100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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