Html Css Color HEX #2B6234 Parsley

📋 copy color: '#2B6234'

red 43 ◦ green 98 ◦ blue 52

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

Shades of Parsley #2B6234

Tints of Parsley #2B6234

RGB

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

 GREEN value IS 98 (38.67% from 255) = 50.78%

 BLUE value IS 52 (20.7% from 255) = 26.94%

R = 22.28%
G = 50.78%
B = 26.94%

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

#2B6234 (or 0x2B6234) is known color: Parsley. HEX triplet: 2B, 62 and 34. RGB value is (43,98,52). Sum of RGB (Red+Green+Blue) = 43+98+52=193 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.28% from 193); Green value is 98 (38.67% from 255 or 50.78% from 193); Blue value is 52 (20.70% from 255 or 26.94% from 193); Max value from RGB is 98 - color contains mainly: green. Hex color #2B6234 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6234 is #D49DCB. Grayscale: #4C4C4C. Windows color (decimal): -13934028 or 3433003. OLE color: 3433003.

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

Color convert

RGB 43 98 52 -
CMYK 0.56 0 0.47 0.62
HSL 129.82º 0.39% 0.28% -
HSV(B) 129.82º 0.56% 0.38% -
XYZ 5.98 9.5 4.77 -
YUV 76.31 114.28 104.24 -
System Red Green Blue C M Y K H S L
Decimal 43 98 52 0.56 0 0.47 0.62 129.82 0.39 0.28
Hex 2B 62 34 38 0 2F 3E 82 27 1C
Octal 53 142 64 70 0 57 76 202 47 34
Binary 101011 1100010 110100 111000 0 101111 111110 10000010 100111 11100

Color Harmonies of #2B6234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6234

Black with #2B6234

Text Example


Text Example

White with #2B6234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,98,52); }

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

background-color css

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

 a { background-color: rgb(43,98,52); }

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

border-color css

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

 span { border-color: rgb(43,98,52); }

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