Html Css Color HEX #2B5A2C Parsley

📋 copy color: '#2B5A2C'

red 43 ◦ green 90 ◦ blue 44

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

Shades of Parsley #2B5A2C

Tints of Parsley #2B5A2C

RGB

 RED value IS 43 (17.19% from 255) = 24.29%

 GREEN value IS 90 (35.55% from 255) = 50.85%

 BLUE value IS 44 (17.58% from 255) = 24.86%

R = 24.29%
G = 50.85%
B = 24.86%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#2B5A2C (or 0x2B5A2C) is known color: Parsley. HEX triplet: 2B, 5A and 2C. RGB value is (43,90,44). Sum of RGB (Red+Green+Blue) = 43+90+44=177 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.29% from 177); Green value is 90 (35.55% from 255 or 50.85% from 177); Blue value is 44 (17.58% from 255 or 24.86% from 177); Max value from RGB is 90 - color contains mainly: green. Hex color #2B5A2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5A2C is #D4A5D3. Grayscale: #464646. Windows color (decimal): -13936084 or 2906667. OLE color: 2906667.

HSL color Cylindrical-coordinate representation of color #2B5A2C: hue angle of 121.28º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2B5A2C is Cyan = 0.52, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB 43 90 44 -
CMYK 0.52 0 0.51 0.65
HSL 121.28º 0.35% 0.26% -
HSV(B) 121.28º 0.52% 0.35% -
XYZ 5.11 8.01 3.66 -
YUV 70.7 112.93 108.24 -
System Red Green Blue C M Y K H S L
Decimal 43 90 44 0.52 0 0.51 0.65 121.28 0.35 0.26
Hex 2B 5A 2C 34 0 33 41 79 23 1A
Octal 53 132 54 64 0 63 101 171 43 32
Binary 101011 1011010 101100 110100 0 110011 1000001 1111001 100011 11010

Color Harmonies of #2B5A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5A2C

Black with #2B5A2C

Text Example


Text Example

White with #2B5A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,90,44); }

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

background-color css

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

 a { background-color: rgb(43,90,44); }

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

border-color css

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

 span { border-color: rgb(43,90,44); }

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