Html Css Color HEX #122B20 Cardin Green

📋 copy color: '#122B20'

red 18 ◦ green 43 ◦ blue 32

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

Shades of Cardin Green #122B20

Tints of Cardin Green #122B20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 34.41%

R = 19.35%
G = 46.24%
B = 34.41%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.26

 K value IS 0.83

RGB Variations

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

Color information

#122B20 (or 0x122B20) is known color: Cardin Green. HEX triplet: 12, 2B and 20. RGB value is (18,43,32). Sum of RGB (Red+Green+Blue) = 18+43+32=93 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.35% from 93); Green value is 43 (17.19% from 255 or 46.24% from 93); Blue value is 32 (12.89% from 255 or 34.41% from 93); Max value from RGB is 43 - color contains mainly: green. Hex color #122B20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122B20 is #EDD4DF. Grayscale: #222222. Windows color (decimal): -15586528 or 2108178. OLE color: 2108178.

HSL color Cylindrical-coordinate representation of color #122B20: hue angle of 153.6º 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 #122B20 is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.83.

Color convert

RGB 18 43 32 -
CMYK 0.58 0 0.26 0.83
HSL 153.6º 0.41% 0.12% -
HSV(B) 153.6º 0.58% 0.17% -
XYZ 1.37 1.96 1.67 -
YUV 34.27 126.72 116.39 -
System Red Green Blue C M Y K H S L
Decimal 18 43 32 0.58 0 0.26 0.83 153.6 0.41 0.12
Hex 12 2B 20 3A 0 1A 53 9A 29 C
Octal 22 53 40 72 0 32 123 232 51 14
Binary 10010 101011 100000 111010 0 11010 1010011 10011010 101001 1100

Color Harmonies of #122B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122B20

Black with #122B20

Text Example


Text Example

White with #122B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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