Html Css Color HEX #222A0D Rangoon Green

📋 copy color: '#222A0D'

red 34 ◦ green 42 ◦ blue 13

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

Shades of Rangoon Green #222A0D

Tints of Rangoon Green #222A0D

RGB

 RED value IS 34 (13.67% from 255) = 38.2%

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

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

R = 38.2%
G = 47.19%
B = 14.61%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.69

 K value IS 0.84

RGB Variations

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

Color information

#222A0D (or 0x222A0D) is known color: Rangoon Green. HEX triplet: 22, 2A and 0D. RGB value is (34,42,13). Sum of RGB (Red+Green+Blue) = 34+42+13=89 (11% of max value = 765). Red value is 34 (13.67% from 255 or 38.20% from 89); Green value is 42 (16.80% from 255 or 47.19% from 89); Blue value is 13 (5.47% from 255 or 14.61% from 89); Max value from RGB is 42 - color contains mainly: green. Hex color #222A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222A0D is #DDD5F2. Grayscale: #242424. Windows color (decimal): -14538227 or 862754. OLE color: 862754.

HSL color Cylindrical-coordinate representation of color #222A0D: hue angle of 76.55º degrees, saturation: 0.53, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #222A0D is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.84.

Color convert

RGB 34 42 13 -
CMYK 0.19 0 0.69 0.84
HSL 76.55º 0.53% 0.11% -
HSV(B) 76.55º 0.69% 0.16% -
XYZ 1.56 2.03 0.69 -
YUV 36.3 114.85 126.36 -
System Red Green Blue C M Y K H S L
Decimal 34 42 13 0.19 0 0.69 0.84 76.55 0.53 0.11
Hex 22 2A D 13 0 45 54 4D 35 B
Octal 42 52 15 23 0 105 124 115 65 13
Binary 100010 101010 1101 10011 0 1000101 1010100 1001101 110101 1011

Color Harmonies of #222A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222A0D

Black with #222A0D

Text Example


Text Example

White with #222A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222A0D; }

 p { color: rgb(34,42,13); }

 H1.HeaderClassName
 {
   color: #222A0D;
 }
 .AnyTagClassName
 {
   color: #222A0D;
 }
</style>

background-color css

<style>
 a { background-color: #222A0D; }

 a { background-color: rgb(34,42,13); }

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

border-color css

<style>
 span { border-color: #222A0D; }

 span { border-color: rgb(34,42,13); }

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