Html Css Color HEX #22251C Rangoon Green

📋 copy color: '#22251C'

red 34 ◦ green 37 ◦ blue 28

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

Shades of Rangoon Green #22251C

Tints of Rangoon Green #22251C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 37.37%

 BLUE value IS 28 (11.33% from 255) = 28.28%

R = 34.34%
G = 37.37%
B = 28.28%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.24

 K value IS 0.85

RGB Variations

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

Color information

#22251C (or 0x22251C) is known color: Rangoon Green. HEX triplet: 22, 25 and 1C. RGB value is (34,37,28). Sum of RGB (Red+Green+Blue) = 34+37+28=99 (13% of max value = 765). Red value is 34 (13.67% from 255 or 34.34% from 99); Green value is 37 (14.84% from 255 or 37.37% from 99); Blue value is 28 (11.33% from 255 or 28.28% from 99); Max value from RGB is 37 - color contains mainly: green. Hex color #22251C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22251C is #DDDAE3. Grayscale: #232323. Windows color (decimal): -14539492 or 1844514. OLE color: 1844514.

HSL color Cylindrical-coordinate representation of color #22251C: hue angle of 80º degrees, saturation: 0.14, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #22251C is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.85.

Color convert

RGB 34 37 28 -
CMYK 0.08 0 0.24 0.85
HSL 80º 0.14% 0.13% -
HSV(B) 80º 0.24% 0.15% -
XYZ 1.53 1.75 1.36 -
YUV 35.08 124.01 127.23 -
System Red Green Blue C M Y K H S L
Decimal 34 37 28 0.08 0 0.24 0.85 80 0.14 0.13
Hex 22 25 1C 8 0 18 55 50 E D
Octal 42 45 34 10 0 30 125 120 16 15
Binary 100010 100101 11100 1000 0 11000 1010101 1010000 1110 1101

Color Harmonies of #22251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22251C

Black with #22251C

Text Example


Text Example

White with #22251C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,37,28); }

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

background-color css

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

 a { background-color: rgb(34,37,28); }

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

border-color css

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

 span { border-color: rgb(34,37,28); }

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