Html Css Color HEX #2D602F Parsley

📋 copy color: '#2D602F'

red 45 ◦ green 96 ◦ blue 47

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

Shades of Parsley #2D602F

Tints of Parsley #2D602F

RGB

 RED value IS 45 (17.97% from 255) = 23.94%

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

 BLUE value IS 47 (18.75% from 255) = 25%

R = 23.94%
G = 51.06%
B = 25%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#2D602F (or 0x2D602F) is known color: Parsley. HEX triplet: 2D, 60 and 2F. RGB value is (45,96,47). Sum of RGB (Red+Green+Blue) = 45+96+47=188 (24% of max value = 765). Red value is 45 (17.97% from 255 or 23.94% from 188); Green value is 96 (37.89% from 255 or 51.06% from 188); Blue value is 47 (18.75% from 255 or 25% from 188); Max value from RGB is 96 - color contains mainly: green. Hex color #2D602F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D602F is #D29FD0. Grayscale: #4B4B4B. Windows color (decimal): -13803473 or 3104813. OLE color: 3104813.

HSL color Cylindrical-coordinate representation of color #2D602F: hue angle of 122.35º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2D602F is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB 45 96 47 -
CMYK 0.53 0 0.51 0.62
HSL 122.35º 0.36% 0.28% -
HSV(B) 122.35º 0.53% 0.38% -
XYZ 5.78 9.13 4.15 -
YUV 75.17 112.1 106.48 -
System Red Green Blue C M Y K H S L
Decimal 45 96 47 0.53 0 0.51 0.62 122.35 0.36 0.28
Hex 2D 60 2F 35 0 33 3E 7A 24 1C
Octal 55 140 57 65 0 63 76 172 44 34
Binary 101101 1100000 101111 110101 0 110011 111110 1111010 100100 11100

Color Harmonies of #2D602F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D602F

Black with #2D602F

Text Example


Text Example

White with #2D602F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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