Html Css Color HEX #2D602B Parsley

📋 copy color: '#2D602B'

red 45 ◦ green 96 ◦ blue 43

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

Shades of Parsley #2D602B

Tints of Parsley #2D602B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 23.37%

R = 24.46%
G = 52.17%
B = 23.37%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.55

 K value IS 0.62

RGB Variations

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

Color information

#2D602B (or 0x2D602B) is known color: Parsley. HEX triplet: 2D, 60 and 2B. RGB value is (45,96,43). Sum of RGB (Red+Green+Blue) = 45+96+43=184 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.46% from 184); Green value is 96 (37.89% from 255 or 52.17% from 184); Blue value is 43 (17.19% from 255 or 23.37% from 184); Max value from RGB is 96 - color contains mainly: green. Hex color #2D602B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D602B is #D29FD4. Grayscale: #4A4A4A. Windows color (decimal): -13803477 or 2842669. OLE color: 2842669.

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

Color convert

RGB 45 96 43 -
CMYK 0.53 0 0.55 0.62
HSL 117.74º 0.38% 0.27% -
HSV(B) 117.74º 0.55% 0.38% -
XYZ 5.7 9.1 3.74 -
YUV 74.71 110.1 106.81 -
System Red Green Blue C M Y K H S L
Decimal 45 96 43 0.53 0 0.55 0.62 117.74 0.38 0.27
Hex 2D 60 2B 35 0 37 3E 76 26 1B
Octal 55 140 53 65 0 67 76 166 46 33
Binary 101101 1100000 101011 110101 0 110111 111110 1110110 100110 11011

Color Harmonies of #2D602B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D602B

Black with #2D602B

Text Example


Text Example

White with #2D602B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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