Html Css Color HEX #2A6033 Parsley

📋 copy color: '#2A6033'

red 42 ◦ green 96 ◦ blue 51

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

Shades of Parsley #2A6033

Tints of Parsley #2A6033

RGB

 RED value IS 42 (16.8% from 255) = 22.22%

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

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

R = 22.22%
G = 50.79%
B = 26.98%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#2A6033 (or 0x2A6033) is known color: Parsley. HEX triplet: 2A, 60 and 33. RGB value is (42,96,51). Sum of RGB (Red+Green+Blue) = 42+96+51=189 (25% of max value = 765). Red value is 42 (16.80% from 255 or 22.22% from 189); Green value is 96 (37.89% from 255 or 50.79% from 189); Blue value is 51 (20.31% from 255 or 26.98% from 189); Max value from RGB is 96 - color contains mainly: green. Hex color #2A6033 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6033 is #D59FCC. Grayscale: #4A4A4A. Windows color (decimal): -14000077 or 3366954. OLE color: 3366954.

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

Color convert

RGB 42 96 51 -
CMYK 0.56 0 0.47 0.62
HSL 130º 0.39% 0.27% -
HSV(B) 130º 0.56% 0.38% -
XYZ 5.74 9.1 4.59 -
YUV 74.72 114.61 104.66 -
System Red Green Blue C M Y K H S L
Decimal 42 96 51 0.56 0 0.47 0.62 130 0.39 0.27
Hex 2A 60 33 38 0 2F 3E 82 27 1B
Octal 52 140 63 70 0 57 76 202 47 33
Binary 101010 1100000 110011 111000 0 101111 111110 10000010 100111 11011

Color Harmonies of #2A6033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A6033

Black with #2A6033

Text Example


Text Example

White with #2A6033

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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