Html Css Color HEX #2F5135 Parsley

📋 copy color: '#2F5135'

red 47 ◦ green 81 ◦ blue 53

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

Shades of Parsley #2F5135

Tints of Parsley #2F5135

RGB

 RED value IS 47 (18.75% from 255) = 25.97%

 GREEN value IS 81 (32.03% from 255) = 44.75%

 BLUE value IS 53 (21.09% from 255) = 29.28%

R = 25.97%
G = 44.75%
B = 29.28%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.35

 K value IS 0.68

RGB Variations

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

Color information

#2F5135 (or 0x2F5135) is known color: Parsley. HEX triplet: 2F, 51 and 35. RGB value is (47,81,53). Sum of RGB (Red+Green+Blue) = 47+81+53=181 (23% of max value = 765). Red value is 47 (18.75% from 255 or 25.97% from 181); Green value is 81 (32.03% from 255 or 44.75% from 181); Blue value is 53 (21.09% from 255 or 29.28% from 181); Max value from RGB is 81 - color contains mainly: green. Hex color #2F5135 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5135 is #D0AECA. Grayscale: #434343. Windows color (decimal): -13676235 or 3494191. OLE color: 3494191.

HSL color Cylindrical-coordinate representation of color #2F5135: hue angle of 130.59º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2F5135 is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.68.

Color convert

RGB 47 81 53 -
CMYK 0.42 0 0.35 0.68
HSL 130.59º 0.27% 0.25% -
HSV(B) 130.59º 0.42% 0.32% -
XYZ 4.76 6.75 4.42 -
YUV 67.64 119.74 113.28 -
System Red Green Blue C M Y K H S L
Decimal 47 81 53 0.42 0 0.35 0.68 130.59 0.27 0.25
Hex 2F 51 35 2A 0 23 44 83 1B 19
Octal 57 121 65 52 0 43 104 203 33 31
Binary 101111 1010001 110101 101010 0 100011 1000100 10000011 11011 11001

Color Harmonies of #2F5135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5135

Black with #2F5135

Text Example


Text Example

White with #2F5135

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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