Html Css Color HEX #21684A Green Pea

📋 copy color: '#21684A'

red 33 ◦ green 104 ◦ blue 74

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

Shades of Green Pea #21684A

Tints of Green Pea #21684A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 49.29%

 BLUE value IS 74 (29.3% from 255) = 35.07%

R = 15.64%
G = 49.29%
B = 35.07%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#21684A (or 0x21684A) is known color: Green Pea. HEX triplet: 21, 68 and 4A. RGB value is (33,104,74). Sum of RGB (Red+Green+Blue) = 33+104+74=211 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.64% from 211); Green value is 104 (41.02% from 255 or 49.29% from 211); Blue value is 74 (29.30% from 255 or 35.07% from 211); Max value from RGB is 104 - color contains mainly: green. Hex color #21684A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21684A is #DE97B5. Grayscale: #4F4F4F. Windows color (decimal): -14587830 or 4876321. OLE color: 4876321.

HSL color Cylindrical-coordinate representation of color #21684A: hue angle of 154.65º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #21684A is Cyan = 0.68, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB 33 104 74 -
CMYK 0.68 0 0.29 0.59
HSL 154.65º 0.52% 0.27% -
HSV(B) 154.65º 0.68% 0.41% -
XYZ 6.81 10.72 8.19 -
YUV 79.35 124.98 94.94 -
System Red Green Blue C M Y K H S L
Decimal 33 104 74 0.68 0 0.29 0.59 154.65 0.52 0.27
Hex 21 68 4A 44 0 1D 3B 9B 34 1B
Octal 41 150 112 104 0 35 73 233 64 33
Binary 100001 1101000 1001010 1000100 0 11101 111011 10011011 110100 11011

Color Harmonies of #21684A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21684A

Black with #21684A

Text Example


Text Example

White with #21684A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21684A; }

 p { color: rgb(33,104,74); }

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

background-color css

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

 a { background-color: rgb(33,104,74); }

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

border-color css

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

 span { border-color: rgb(33,104,74); }

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