Html Css Color HEX #2D6033 Parsley

📋 copy color: '#2D6033'

red 45 ◦ green 96 ◦ blue 51

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

Shades of Parsley #2D6033

Tints of Parsley #2D6033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 26.56%

R = 23.44%
G = 50%
B = 26.56%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#2D6033 (or 0x2D6033) is known color: Parsley. HEX triplet: 2D, 60 and 33. RGB value is (45,96,51). Sum of RGB (Red+Green+Blue) = 45+96+51=192 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.44% from 192); Green value is 96 (37.89% from 255 or 50% from 192); Blue value is 51 (20.31% from 255 or 26.56% from 192); Max value from RGB is 96 - color contains mainly: green. Hex color #2D6033 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6033 is #D29FCC. Grayscale: #4B4B4B. Windows color (decimal): -13803469 or 3366957. OLE color: 3366957.

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

Color convert

RGB 45 96 51 -
CMYK 0.53 0 0.47 0.62
HSL 127.06º 0.36% 0.28% -
HSV(B) 127.06º 0.53% 0.38% -
XYZ 5.86 9.16 4.59 -
YUV 75.62 114.1 106.16 -
System Red Green Blue C M Y K H S L
Decimal 45 96 51 0.53 0 0.47 0.62 127.06 0.36 0.28
Hex 2D 60 33 35 0 2F 3E 7F 24 1C
Octal 55 140 63 65 0 57 76 177 44 34
Binary 101101 1100000 110011 110101 0 101111 111110 1111111 100100 11100

Color Harmonies of #2D6033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D6033

Black with #2D6033

Text Example


Text Example

White with #2D6033

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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