Html Css Color HEX #21230D Green Waterloo

📋 copy color: '#21230D'

red 33 ◦ green 35 ◦ blue 13

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

Shades of Green Waterloo #21230D

Tints of Green Waterloo #21230D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 43.21%

 BLUE value IS 13 (5.47% from 255) = 16.05%

R = 40.74%
G = 43.21%
B = 16.05%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.63

 K value IS 0.86

RGB Variations

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

Color information

#21230D (or 0x21230D) is known color: Green Waterloo. HEX triplet: 21, 23 and 0D. RGB value is (33,35,13). Sum of RGB (Red+Green+Blue) = 33+35+13=81 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.74% from 81); Green value is 35 (14.06% from 255 or 43.21% from 81); Blue value is 13 (5.47% from 255 or 16.05% from 81); Max value from RGB is 35 - color contains mainly: green. Hex color #21230D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21230D is #DEDCF2. Grayscale: #1F1F1F. Windows color (decimal): -14605555 or 860961. OLE color: 860961.

HSL color Cylindrical-coordinate representation of color #21230D: hue angle of 65.45º degrees, saturation: 0.46, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #21230D is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.86.

Color convert

RGB 33 35 13 -
CMYK 0.06 0 0.63 0.86
HSL 65.45º 0.46% 0.09% -
HSV(B) 65.45º 0.63% 0.14% -
XYZ 1.3 1.55 0.61 -
YUV 31.89 117.34 128.79 -
System Red Green Blue C M Y K H S L
Decimal 33 35 13 0.06 0 0.63 0.86 65.45 0.46 0.09
Hex 21 23 D 6 0 3F 56 41 2E 9
Octal 41 43 15 6 0 77 126 101 56 11
Binary 100001 100011 1101 110 0 111111 1010110 1000001 101110 1001

Color Harmonies of #21230D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21230D

Black with #21230D

Text Example


Text Example

White with #21230D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,35,13); }

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

background-color css

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

 a { background-color: rgb(33,35,13); }

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

border-color css

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

 span { border-color: rgb(33,35,13); }

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