Html Css Color HEX #122920 Cardin Green

📋 copy color: '#122920'

red 18 ◦ green 41 ◦ blue 32

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

Shades of Cardin Green #122920

Tints of Cardin Green #122920

RGB

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

 GREEN value IS 41 (16.41% from 255) = 45.05%

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

R = 19.78%
G = 45.05%
B = 35.16%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.22

 K value IS 0.84

RGB Variations

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

Color information

#122920 (or 0x122920) is known color: Cardin Green. HEX triplet: 12, 29 and 20. RGB value is (18,41,32). Sum of RGB (Red+Green+Blue) = 18+41+32=91 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.78% from 91); Green value is 41 (16.41% from 255 or 45.05% from 91); Blue value is 32 (12.89% from 255 or 35.16% from 91); Max value from RGB is 41 - color contains mainly: green. Hex color #122920 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122920 is #EDD6DF. Grayscale: #212121. Windows color (decimal): -15587040 or 2107666. OLE color: 2107666.

HSL color Cylindrical-coordinate representation of color #122920: hue angle of 156.52º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #122920 is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.84.

Color convert

RGB 18 41 32 -
CMYK 0.56 0 0.22 0.84
HSL 156.52º 0.39% 0.12% -
HSV(B) 156.52º 0.56% 0.16% -
XYZ 1.3 1.82 1.65 -
YUV 33.1 127.38 117.23 -
System Red Green Blue C M Y K H S L
Decimal 18 41 32 0.56 0 0.22 0.84 156.52 0.39 0.12
Hex 12 29 20 38 0 16 54 9D 27 C
Octal 22 51 40 70 0 26 124 235 47 14
Binary 10010 101001 100000 111000 0 10110 1010100 10011101 100111 1100

Color Harmonies of #122920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122920

Black with #122920

Text Example


Text Example

White with #122920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122920; }

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

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

background-color css

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

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

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

border-color css

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

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

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