Html Css Color HEX #21843F Dark Spring Green

📋 copy color: '#21843F'

red 33 ◦ green 132 ◦ blue 63

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

Shades of Dark Spring Green #21843F

Tints of Dark Spring Green #21843F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 57.89%

 BLUE value IS 63 (25% from 255) = 27.63%

R = 14.47%
G = 57.89%
B = 27.63%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#21843F (or 0x21843F) is known color: Dark Spring Green. HEX triplet: 21, 84 and 3F. RGB value is (33,132,63). Sum of RGB (Red+Green+Blue) = 33+132+63=228 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.47% from 228); Green value is 132 (51.95% from 255 or 57.89% from 228); Blue value is 63 (25% from 255 or 27.63% from 228); Max value from RGB is 132 - color contains mainly: green. Hex color #21843F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21843F is #DE7BC0. Grayscale: #5E5E5E. Windows color (decimal): -14580673 or 4162593. OLE color: 4162593.

HSL color Cylindrical-coordinate representation of color #21843F: hue angle of 138.18º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #21843F is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB 33 132 63 -
CMYK 0.75 0 0.52 0.48
HSL 138.18º 0.6% 0.32% -
HSV(B) 138.18º 0.75% 0.52% -
XYZ 9.78 17.18 7.5 -
YUV 94.53 110.2 84.11 -
System Red Green Blue C M Y K H S L
Decimal 33 132 63 0.75 0 0.52 0.48 138.18 0.6 0.32
Hex 21 84 3F 4B 0 34 30 8A 3C 20
Octal 41 204 77 113 0 64 60 212 74 40
Binary 100001 10000100 111111 1001011 0 110100 110000 10001010 111100 100000

Color Harmonies of #21843F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21843F

Black with #21843F

Text Example


Text Example

White with #21843F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21843F; }

 p { color: rgb(33,132,63); }

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

background-color css

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

 a { background-color: rgb(33,132,63); }

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

border-color css

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

 span { border-color: rgb(33,132,63); }

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