Html Css Color HEX #2D602A Parsley

📋 copy color: '#2D602A'

red 45 ◦ green 96 ◦ blue 42

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

Shades of Parsley #2D602A

Tints of Parsley #2D602A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 22.95%

R = 24.59%
G = 52.46%
B = 22.95%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.56

 K value IS 0.62

RGB Variations

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

Color information

#2D602A (or 0x2D602A) is known color: Parsley. HEX triplet: 2D, 60 and 2A. RGB value is (45,96,42). Sum of RGB (Red+Green+Blue) = 45+96+42=183 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.59% from 183); Green value is 96 (37.89% from 255 or 52.46% from 183); Blue value is 42 (16.80% from 255 or 22.95% from 183); Max value from RGB is 96 - color contains mainly: green. Hex color #2D602A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D602A is #D29FD5. Grayscale: #4A4A4A. Windows color (decimal): -13803478 or 2777133. OLE color: 2777133.

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

Color convert

RGB 45 96 42 -
CMYK 0.53 0 0.56 0.62
HSL 116.67º 0.39% 0.27% -
HSV(B) 116.67º 0.56% 0.38% -
XYZ 5.68 9.09 3.65 -
YUV 74.6 109.6 106.89 -
System Red Green Blue C M Y K H S L
Decimal 45 96 42 0.53 0 0.56 0.62 116.67 0.39 0.27
Hex 2D 60 2A 35 0 38 3E 75 27 1B
Octal 55 140 52 65 0 70 76 165 47 33
Binary 101101 1100000 101010 110101 0 111000 111110 1110101 100111 11011

Color Harmonies of #2D602A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D602A

Black with #2D602A

Text Example


Text Example

White with #2D602A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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