Html Css Color HEX #122219 Cardin Green

📋 copy color: '#122219'

red 18 ◦ green 34 ◦ blue 25

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

Shades of Cardin Green #122219

Tints of Cardin Green #122219

RGB

 RED value IS 18 (7.42% from 255) = 23.38%

 GREEN value IS 34 (13.67% from 255) = 44.16%

 BLUE value IS 25 (10.16% from 255) = 32.47%

R = 23.38%
G = 44.16%
B = 32.47%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.26

 K value IS 0.87

RGB Variations

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

Color information

#122219 (or 0x122219) is known color: Cardin Green. HEX triplet: 12, 22 and 19. RGB value is (18,34,25). Sum of RGB (Red+Green+Blue) = 18+34+25=77 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.38% from 77); Green value is 34 (13.67% from 255 or 44.16% from 77); Blue value is 25 (10.16% from 255 or 32.47% from 77); Max value from RGB is 34 - color contains mainly: green. Hex color #122219 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122219 is #EDDDE6. Grayscale: #1C1C1C. Windows color (decimal): -15588839 or 1647122. OLE color: 1647122.

HSL color Cylindrical-coordinate representation of color #122219: hue angle of 146.25º degrees, saturation: 0.31, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #122219 is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.87.

Color convert

RGB 18 34 25 -
CMYK 0.47 0 0.26 0.87
HSL 146.25º 0.31% 0.1% -
HSV(B) 146.25º 0.47% 0.13% -
XYZ 1 1.34 1.13 -
YUV 28.19 126.2 120.73 -
System Red Green Blue C M Y K H S L
Decimal 18 34 25 0.47 0 0.26 0.87 146.25 0.31 0.1
Hex 12 22 19 2F 0 1A 57 92 1F A
Octal 22 42 31 57 0 32 127 222 37 12
Binary 10010 100010 11001 101111 0 11010 1010111 10010010 11111 1010

Color Harmonies of #122219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122219

Black with #122219

Text Example


Text Example

White with #122219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122219; }

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

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

background-color css

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

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

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

border-color css

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

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

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