Html Css Color HEX #222812 Rangoon Green

📋 copy color: '#222812'

red 34 ◦ green 40 ◦ blue 18

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

Shades of Rangoon Green #222812

Tints of Rangoon Green #222812

RGB

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

 GREEN value IS 40 (16.02% from 255) = 43.48%

 BLUE value IS 18 (7.42% from 255) = 19.57%

R = 36.96%
G = 43.48%
B = 19.57%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.55

 K value IS 0.84

RGB Variations

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

Color information

#222812 (or 0x222812) is known color: Rangoon Green. HEX triplet: 22, 28 and 12. RGB value is (34,40,18). Sum of RGB (Red+Green+Blue) = 34+40+18=92 (12% of max value = 765). Red value is 34 (13.67% from 255 or 36.96% from 92); Green value is 40 (16.02% from 255 or 43.48% from 92); Blue value is 18 (7.42% from 255 or 19.57% from 92); Max value from RGB is 40 - color contains mainly: green. Hex color #222812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222812 is #DDD7ED. Grayscale: #232323. Windows color (decimal): -14538734 or 1189922. OLE color: 1189922.

HSL color Cylindrical-coordinate representation of color #222812: hue angle of 76.36º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #222812 is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.84.

Color convert

RGB 34 40 18 -
CMYK 0.15 0 0.55 0.84
HSL 76.36º 0.38% 0.11% -
HSV(B) 76.36º 0.55% 0.16% -
XYZ 1.53 1.9 0.86 -
YUV 35.7 118.01 126.79 -
System Red Green Blue C M Y K H S L
Decimal 34 40 18 0.15 0 0.55 0.84 76.36 0.38 0.11
Hex 22 28 12 F 0 37 54 4C 26 B
Octal 42 50 22 17 0 67 124 114 46 13
Binary 100010 101000 10010 1111 0 110111 1010100 1001100 100110 1011

Color Harmonies of #222812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222812

Black with #222812

Text Example


Text Example

White with #222812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222812; }

 p { color: rgb(34,40,18); }

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

background-color css

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

 a { background-color: rgb(34,40,18); }

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

border-color css

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

 span { border-color: rgb(34,40,18); }

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