Html Css Color HEX #122E21 Cardin Green

📋 copy color: '#122E21'

red 18 ◦ green 46 ◦ blue 33

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

Shades of Cardin Green #122E21

Tints of Cardin Green #122E21

RGB

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

 GREEN value IS 46 (18.36% from 255) = 47.42%

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

R = 18.56%
G = 47.42%
B = 34.02%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.28

 K value IS 0.82

RGB Variations

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

Color information

#122E21 (or 0x122E21) is known color: Cardin Green. HEX triplet: 12, 2E and 21. RGB value is (18,46,33). Sum of RGB (Red+Green+Blue) = 18+46+33=97 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.56% from 97); Green value is 46 (18.36% from 255 or 47.42% from 97); Blue value is 33 (13.28% from 255 or 34.02% from 97); Max value from RGB is 46 - color contains mainly: green. Hex color #122E21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122E21 is #EDD1DE. Grayscale: #242424. Windows color (decimal): -15585759 or 2174482. OLE color: 2174482.

HSL color Cylindrical-coordinate representation of color #122E21: hue angle of 152.14º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #122E21 is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.82.

Color convert

RGB 18 46 33 -
CMYK 0.61 0 0.28 0.82
HSL 152.14º 0.44% 0.13% -
HSV(B) 152.14º 0.61% 0.18% -
XYZ 1.5 2.19 1.78 -
YUV 36.15 126.22 115.06 -
System Red Green Blue C M Y K H S L
Decimal 18 46 33 0.61 0 0.28 0.82 152.14 0.44 0.13
Hex 12 2E 21 3D 0 1C 52 98 2C D
Octal 22 56 41 75 0 34 122 230 54 15
Binary 10010 101110 100001 111101 0 11100 1010010 10011000 101100 1101

Color Harmonies of #122E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122E21

Black with #122E21

Text Example


Text Example

White with #122E21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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