Html Css Color HEX #22251A Rangoon Green

📋 copy color: '#22251A'

red 34 ◦ green 37 ◦ blue 26

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

Shades of Rangoon Green #22251A

Tints of Rangoon Green #22251A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 26.8%

R = 35.05%
G = 38.14%
B = 26.8%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.30

 K value IS 0.85

RGB Variations

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

Color information

#22251A (or 0x22251A) is known color: Rangoon Green. HEX triplet: 22, 25 and 1A. RGB value is (34,37,26). Sum of RGB (Red+Green+Blue) = 34+37+26=97 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.05% from 97); Green value is 37 (14.84% from 255 or 38.14% from 97); Blue value is 26 (10.55% from 255 or 26.80% from 97); Max value from RGB is 37 - color contains mainly: green. Hex color #22251A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22251A is #DDDAE5. Grayscale: #222222. Windows color (decimal): -14539494 or 1713442. OLE color: 1713442.

HSL color Cylindrical-coordinate representation of color #22251A: hue angle of 76.36º degrees, saturation: 0.17, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #22251A is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.85.

Color convert

RGB 34 37 26 -
CMYK 0.08 0 0.30 0.85
HSL 76.36º 0.17% 0.12% -
HSV(B) 76.36º 0.3% 0.15% -
XYZ 1.51 1.74 1.23 -
YUV 34.85 123.01 127.39 -
System Red Green Blue C M Y K H S L
Decimal 34 37 26 0.08 0 0.30 0.85 76.36 0.17 0.12
Hex 22 25 1A 8 0 1E 55 4C 11 C
Octal 42 45 32 10 0 36 125 114 21 14
Binary 100010 100101 11010 1000 0 11110 1010101 1001100 10001 1100

Color Harmonies of #22251A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22251A

Black with #22251A

Text Example


Text Example

White with #22251A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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