Html Css Color HEX #21483C Sherwood Green

📋 copy color: '#21483C'

red 33 ◦ green 72 ◦ blue 60

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

Shades of Sherwood Green #21483C

Tints of Sherwood Green #21483C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 43.64%

 BLUE value IS 60 (23.83% from 255) = 36.36%

R = 20%
G = 43.64%
B = 36.36%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#21483C (or 0x21483C) is known color: Sherwood Green. HEX triplet: 21, 48 and 3C. RGB value is (33,72,60). Sum of RGB (Red+Green+Blue) = 33+72+60=165 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20% from 165); Green value is 72 (28.52% from 255 or 43.64% from 165); Blue value is 60 (23.83% from 255 or 36.36% from 165); Max value from RGB is 72 - color contains mainly: green. Hex color #21483C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21483C is #DEB7C3. Grayscale: #3A3A3A. Windows color (decimal): -14596036 or 3950625. OLE color: 3950625.

HSL color Cylindrical-coordinate representation of color #21483C: hue angle of 161.54º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #21483C is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB 33 72 60 -
CMYK 0.54 0 0.17 0.72
HSL 161.54º 0.37% 0.21% -
HSV(B) 161.54º 0.54% 0.28% -
XYZ 3.76 5.28 5.1 -
YUV 58.97 128.58 109.48 -
System Red Green Blue C M Y K H S L
Decimal 33 72 60 0.54 0 0.17 0.72 161.54 0.37 0.21
Hex 21 48 3C 36 0 11 48 A2 25 15
Octal 41 110 74 66 0 21 110 242 45 25
Binary 100001 1001000 111100 110110 0 10001 1001000 10100010 100101 10101

Color Harmonies of #21483C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21483C

Black with #21483C

Text Example


Text Example

White with #21483C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21483C; }

 p { color: rgb(33,72,60); }

 H1.HeaderClassName
 {
   color: #21483C;
 }
 .AnyTagClassName
 {
   color: #21483C;
 }
</style>

background-color css

<style>
 a { background-color: #21483C; }

 a { background-color: rgb(33,72,60); }

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

border-color css

<style>
 span { border-color: #21483C; }

 span { border-color: rgb(33,72,60); }

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