Html Css Color HEX #2F602E Parsley

📋 copy color: '#2F602E'

red 47 ◦ green 96 ◦ blue 46

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

Shades of Parsley #2F602E

Tints of Parsley #2F602E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 24.34%

R = 24.87%
G = 50.79%
B = 24.34%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#2F602E (or 0x2F602E) is known color: Parsley. HEX triplet: 2F, 60 and 2E. RGB value is (47,96,46). Sum of RGB (Red+Green+Blue) = 47+96+46=189 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.87% from 189); Green value is 96 (37.89% from 255 or 50.79% from 189); Blue value is 46 (18.36% from 255 or 24.34% from 189); Max value from RGB is 96 - color contains mainly: green. Hex color #2F602E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F602E is #D09FD1. Grayscale: #4B4B4B. Windows color (decimal): -13672402 or 3039279. OLE color: 3039279.

HSL color Cylindrical-coordinate representation of color #2F602E: hue angle of 118.8º 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 #2F602E is Cyan = 0.51, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB 47 96 46 -
CMYK 0.51 0 0.52 0.62
HSL 118.8º 0.35% 0.28% -
HSV(B) 118.8º 0.52% 0.38% -
XYZ 5.85 9.17 4.05 -
YUV 75.65 111.27 107.57 -
System Red Green Blue C M Y K H S L
Decimal 47 96 46 0.51 0 0.52 0.62 118.8 0.35 0.28
Hex 2F 60 2E 33 0 34 3E 77 23 1C
Octal 57 140 56 63 0 64 76 167 43 34
Binary 101111 1100000 101110 110011 0 110100 111110 1110111 100011 11100

Color Harmonies of #2F602E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F602E

Black with #2F602E

Text Example


Text Example

White with #2F602E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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