Html Css Color HEX #21613B Green Pea

📋 copy color: '#21613B'

red 33 ◦ green 97 ◦ blue 59

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

Shades of Green Pea #21613B

Tints of Green Pea #21613B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 51.32%

 BLUE value IS 59 (23.44% from 255) = 31.22%

R = 17.46%
G = 51.32%
B = 31.22%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.39

 K value IS 0.62

RGB Variations

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

Color information

#21613B (or 0x21613B) is known color: Green Pea. HEX triplet: 21, 61 and 3B. RGB value is (33,97,59). Sum of RGB (Red+Green+Blue) = 33+97+59=189 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.46% from 189); Green value is 97 (38.28% from 255 or 51.32% from 189); Blue value is 59 (23.44% from 255 or 31.22% from 189); Max value from RGB is 97 - color contains mainly: green. Hex color #21613B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21613B is #DE9EC4. Grayscale: #494949. Windows color (decimal): -14589637 or 3891489. OLE color: 3891489.

HSL color Cylindrical-coordinate representation of color #21613B: hue angle of 144.38º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #21613B is Cyan = 0.66, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB 33 97 59 -
CMYK 0.66 0 0.39 0.62
HSL 144.38º 0.49% 0.25% -
HSV(B) 144.38º 0.66% 0.38% -
XYZ 5.69 9.19 5.61 -
YUV 73.53 119.8 99.09 -
System Red Green Blue C M Y K H S L
Decimal 33 97 59 0.66 0 0.39 0.62 144.38 0.49 0.25
Hex 21 61 3B 42 0 27 3E 90 31 19
Octal 41 141 73 102 0 47 76 220 61 31
Binary 100001 1100001 111011 1000010 0 100111 111110 10010000 110001 11001

Color Harmonies of #21613B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21613B

Black with #21613B

Text Example


Text Example

White with #21613B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21613B; }

 p { color: rgb(33,97,59); }

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

background-color css

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

 a { background-color: rgb(33,97,59); }

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

border-color css

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

 span { border-color: rgb(33,97,59); }

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