Html Css Color HEX #216344 Green Pea

📋 copy color: '#216344'

red 33 ◦ green 99 ◦ blue 68

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

Shades of Green Pea #216344

Tints of Green Pea #216344

RGB

 RED value IS 33 (13.28% from 255) = 16.5%

 GREEN value IS 99 (39.06% from 255) = 49.5%

 BLUE value IS 68 (26.95% from 255) = 34%

R = 16.5%
G = 49.5%
B = 34%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.31

 K value IS 0.61

RGB Variations

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

Color information

#216344 (or 0x216344) is known color: Green Pea. HEX triplet: 21, 63 and 44. RGB value is (33,99,68). Sum of RGB (Red+Green+Blue) = 33+99+68=200 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.5% from 200); Green value is 99 (39.06% from 255 or 49.5% from 200); Blue value is 68 (26.95% from 255 or 34% from 200); Max value from RGB is 99 - color contains mainly: green. Hex color #216344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216344 is #DE9CBB. Grayscale: #4B4B4B. Windows color (decimal): -14589116 or 4481825. OLE color: 4481825.

HSL color Cylindrical-coordinate representation of color #216344: hue angle of 151.82º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #216344 is Cyan = 0.67, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.

Color convert

RGB 33 99 68 -
CMYK 0.67 0 0.31 0.61
HSL 151.82º 0.5% 0.26% -
HSV(B) 151.82º 0.67% 0.39% -
XYZ 6.13 9.66 7.01 -
YUV 75.73 123.63 97.52 -
System Red Green Blue C M Y K H S L
Decimal 33 99 68 0.67 0 0.31 0.61 151.82 0.5 0.26
Hex 21 63 44 43 0 1F 3D 98 32 1A
Octal 41 143 104 103 0 37 75 230 62 32
Binary 100001 1100011 1000100 1000011 0 11111 111101 10011000 110010 11010

Color Harmonies of #216344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216344

Black with #216344

Text Example


Text Example

White with #216344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216344; }

 p { color: rgb(33,99,68); }

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

background-color css

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

 a { background-color: rgb(33,99,68); }

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

border-color css

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

 span { border-color: rgb(33,99,68); }

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