Html Css Color HEX #122B21 Cardin Green

📋 copy color: '#122B21'

red 18 ◦ green 43 ◦ blue 33

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

Shades of Cardin Green #122B21

Tints of Cardin Green #122B21

RGB

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

 GREEN value IS 43 (17.19% from 255) = 45.74%

 BLUE value IS 33 (13.28% from 255) = 35.11%

R = 19.15%
G = 45.74%
B = 35.11%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.23

 K value IS 0.83

RGB Variations

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

Color information

#122B21 (or 0x122B21) is known color: Cardin Green. HEX triplet: 12, 2B and 21. RGB value is (18,43,33). Sum of RGB (Red+Green+Blue) = 18+43+33=94 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.15% from 94); Green value is 43 (17.19% from 255 or 45.74% from 94); Blue value is 33 (13.28% from 255 or 35.11% from 94); Max value from RGB is 43 - color contains mainly: green. Hex color #122B21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122B21 is #EDD4DE. Grayscale: #222222. Windows color (decimal): -15586527 or 2173714. OLE color: 2173714.

HSL color Cylindrical-coordinate representation of color #122B21: hue angle of 156º degrees, saturation: 0.41, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #122B21 is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.83.

Color convert

RGB 18 43 33 -
CMYK 0.58 0 0.23 0.83
HSL 156º 0.41% 0.12% -
HSV(B) 156º 0.58% 0.17% -
XYZ 1.39 1.97 1.75 -
YUV 34.39 127.22 116.31 -
System Red Green Blue C M Y K H S L
Decimal 18 43 33 0.58 0 0.23 0.83 156 0.41 0.12
Hex 12 2B 21 3A 0 17 53 9C 29 C
Octal 22 53 41 72 0 27 123 234 51 14
Binary 10010 101011 100001 111010 0 10111 1010011 10011100 101001 1100

Color Harmonies of #122B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122B21

Black with #122B21

Text Example


Text Example

White with #122B21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122B21; }

 p { color: rgb(18,43,33); }

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

background-color css

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

 a { background-color: rgb(18,43,33); }

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

border-color css

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

 span { border-color: rgb(18,43,33); }

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