Html Css Color HEX #212A08 Rangoon Green

📋 copy color: '#212A08'

red 33 ◦ green 42 ◦ blue 8

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

Shades of Rangoon Green #212A08

Tints of Rangoon Green #212A08

RGB

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

 GREEN value IS 42 (16.8% from 255) = 50.6%

 BLUE value IS 8 (3.52% from 255) = 9.64%

R = 39.76%
G = 50.6%
B = 9.64%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.81

 K value IS 0.84

RGB Variations

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

Color information

#212A08 (or 0x212A08) is known color: Rangoon Green. HEX triplet: 21, 2A and 08. RGB value is (33,42,8). Sum of RGB (Red+Green+Blue) = 33+42+8=83 (10% of max value = 765). Red value is 33 (13.28% from 255 or 39.76% from 83); Green value is 42 (16.80% from 255 or 50.60% from 83); Blue value is 8 (3.52% from 255 or 9.64% from 83); Max value from RGB is 42 - color contains mainly: green. Hex color #212A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212A08 is #DED5F7. Grayscale: #232323. Windows color (decimal): -14603768 or 535073. OLE color: 535073.

HSL color Cylindrical-coordinate representation of color #212A08: hue angle of 75.88º degrees, saturation: 0.68, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #212A08 is Cyan = 0.21, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.84.

Color convert

RGB 33 42 8 -
CMYK 0.21 0 0.81 0.84
HSL 75.88º 0.68% 0.1% -
HSV(B) 75.88º 0.81% 0.16% -
XYZ 1.5 2 0.54 -
YUV 35.43 112.52 126.26 -
System Red Green Blue C M Y K H S L
Decimal 33 42 8 0.21 0 0.81 0.84 75.88 0.68 0.1
Hex 21 2A 8 15 0 51 54 4C 44 A
Octal 41 52 10 25 0 121 124 114 104 12
Binary 100001 101010 1000 10101 0 1010001 1010100 1001100 1000100 1010

Color Harmonies of #212A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212A08

Black with #212A08

Text Example


Text Example

White with #212A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212A08; }

 p { color: rgb(33,42,8); }

 H1.HeaderClassName
 {
   color: #212A08;
 }
 .AnyTagClassName
 {
   color: #212A08;
 }
</style>

background-color css

<style>
 a { background-color: #212A08; }

 a { background-color: rgb(33,42,8); }

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

border-color css

<style>
 span { border-color: #212A08; }

 span { border-color: rgb(33,42,8); }

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