Html Css Color HEX #21864D Sea Green

📋 copy color: '#21864D'

red 33 ◦ green 134 ◦ blue 77

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

Shades of Sea Green #21864D

Tints of Sea Green #21864D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 54.92%

 BLUE value IS 77 (30.47% from 255) = 31.56%

R = 13.52%
G = 54.92%
B = 31.56%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#21864D (or 0x21864D) is known color: Sea Green. HEX triplet: 21, 86 and 4D. RGB value is (33,134,77). Sum of RGB (Red+Green+Blue) = 33+134+77=244 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.52% from 244); Green value is 134 (52.73% from 255 or 54.92% from 244); Blue value is 77 (30.47% from 255 or 31.56% from 244); Max value from RGB is 134 - color contains mainly: green. Hex color #21864D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21864D is #DE79B2. Grayscale: #616161. Windows color (decimal): -14580147 or 5080609. OLE color: 5080609.

HSL color Cylindrical-coordinate representation of color #21864D: hue angle of 146.14º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #21864D is Cyan = 0.75, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB 33 134 77 -
CMYK 0.75 0 0.43 0.47
HSL 146.14º 0.6% 0.33% -
HSV(B) 146.14º 0.75% 0.53% -
XYZ 10.49 17.91 9.93 -
YUV 97.3 116.54 82.13 -
System Red Green Blue C M Y K H S L
Decimal 33 134 77 0.75 0 0.43 0.47 146.14 0.6 0.33
Hex 21 86 4D 4B 0 2B 2F 92 3C 21
Octal 41 206 115 113 0 53 57 222 74 41
Binary 100001 10000110 1001101 1001011 0 101011 101111 10010010 111100 100001

Color Harmonies of #21864D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21864D

Black with #21864D

Text Example


Text Example

White with #21864D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21864D; }

 p { color: rgb(33,134,77); }

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

background-color css

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

 a { background-color: rgb(33,134,77); }

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

border-color css

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

 span { border-color: rgb(33,134,77); }

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