#2F6335

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

Shades of Parsley #2F6335

Tints of Parsley #2F6335

Color information

#2F6335 (or 0x2F6335) is unknown color: approx Parsley. HEX triplet: 2F, 63 and 35. RGB value is (47,99,53). Sum of RGB (Red+Green+Blue) = 47+99+53=199 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.62% from 199); Green value is 99 (39.06% from 255 or 49.75% from 199); Blue value is 53 (21.09% from 255 or 26.63% from 199); Max value from RGB is 99 - color contains mainly: green. Hex color #2F6335 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6335 is #D09CCA. Grayscale: #4E4E4E. Windows color (decimal): -13671627 or 3498799. OLE color: 3498799.

HSL color Cylindrical-coordinate representation of color #2F6335: hue angle of 126.92º 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 #2F6335 is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.61.

Color convert

RGB479953-
CMYK0.5300.460.61
HSL126.92º35.62%28.63%-
HSV(B)126.92º52.53%38.82%-
XYZ6.289.794.93-
YUV78.21113.77105.74-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.62%
GREEN value IS 99 (39.06% from 255) = 49.75%
BLUE value IS 53 (21.09% from 255) = 26.63%
R=23.62%
G=49.75%
B=26.63%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4799530.5300.460.61126.9235.6228.63
Hex2F63353502E3D7f241d
Octal571436565056751774435
Binary10111111000111101011101010101110111101111111110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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