Html Css Color HEX #21823F Dark Spring Green

📋 copy color: '#21823F'

red 33 ◦ green 130 ◦ blue 63

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

Shades of Dark Spring Green #21823F

Tints of Dark Spring Green #21823F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 57.52%

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

R = 14.6%
G = 57.52%
B = 27.88%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#21823F (or 0x21823F) is known color: Dark Spring Green. HEX triplet: 21, 82 and 3F. RGB value is (33,130,63). Sum of RGB (Red+Green+Blue) = 33+130+63=226 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.60% from 226); Green value is 130 (51.17% from 255 or 57.52% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 130 - color contains mainly: green. Hex color #21823F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21823F is #DE7DC0. Grayscale: #5D5D5D. Windows color (decimal): -14581185 or 4162081. OLE color: 4162081.

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

Color convert

RGB 33 130 63 -
CMYK 0.75 0 0.52 0.49
HSL 138.56º 0.6% 0.32% -
HSV(B) 138.56º 0.75% 0.51% -
XYZ 9.51 16.65 7.41 -
YUV 93.36 110.86 84.95 -
System Red Green Blue C M Y K H S L
Decimal 33 130 63 0.75 0 0.52 0.49 138.56 0.6 0.32
Hex 21 82 3F 4B 0 34 31 8B 3C 20
Octal 41 202 77 113 0 64 61 213 74 40
Binary 100001 10000010 111111 1001011 0 110100 110001 10001011 111100 100000

Color Harmonies of #21823F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21823F

Black with #21823F

Text Example


Text Example

White with #21823F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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