Html Css Color HEX #22241E Rangoon Green

📋 copy color: '#22241E'

red 34 ◦ green 36 ◦ blue 30

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

Shades of Rangoon Green #22241E

Tints of Rangoon Green #22241E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 36%

 BLUE value IS 30 (12.11% from 255) = 30%

R = 34%
G = 36%
B = 30%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.17

 K value IS 0.86

RGB Variations

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

Color information

#22241E (or 0x22241E) is known color: Rangoon Green. HEX triplet: 22, 24 and 1E. RGB value is (34,36,30). Sum of RGB (Red+Green+Blue) = 34+36+30=100 (13% of max value = 765). Red value is 34 (13.67% from 255 or 34% from 100); Green value is 36 (14.45% from 255 or 36% from 100); Blue value is 30 (12.11% from 255 or 30% from 100); Max value from RGB is 36 - color contains mainly: green. Hex color #22241E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22241E is #DDDBE1. Grayscale: #222222. Windows color (decimal): -14539746 or 1975330. OLE color: 1975330.

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

Color convert

RGB 34 36 30 -
CMYK 0.06 0 0.17 0.86
HSL 80º 0.09% 0.13% -
HSV(B) 80º 0.17% 0.14% -
XYZ 1.52 1.7 1.48 -
YUV 34.72 125.34 127.49 -
System Red Green Blue C M Y K H S L
Decimal 34 36 30 0.06 0 0.17 0.86 80 0.09 0.13
Hex 22 24 1E 6 0 11 56 50 9 D
Octal 42 44 36 6 0 21 126 120 11 15
Binary 100010 100100 11110 110 0 10001 1010110 1010000 1001 1101

Color Harmonies of #22241E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22241E

Black with #22241E

Text Example


Text Example

White with #22241E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #22241E; }

 p { color: rgb(34,36,30); }

 H1.HeaderClassName
 {
   color: #22241E;
 }
 .AnyTagClassName
 {
   color: #22241E;
 }
</style>

background-color css

<style>
 a { background-color: #22241E; }

 a { background-color: rgb(34,36,30); }

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

border-color css

<style>
 span { border-color: #22241E; }

 span { border-color: rgb(34,36,30); }

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