Html Css Color HEX #123221 Cardin Green

📋 copy color: '#123221'

red 18 ◦ green 50 ◦ blue 33

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

Shades of Cardin Green #123221

Tints of Cardin Green #123221

RGB

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

 GREEN value IS 50 (19.92% from 255) = 49.5%

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

R = 17.82%
G = 49.5%
B = 32.67%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.34

 K value IS 0.80

RGB Variations

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

Color information

#123221 (or 0x123221) is known color: Cardin Green. HEX triplet: 12, 32 and 21. RGB value is (18,50,33). Sum of RGB (Red+Green+Blue) = 18+50+33=101 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.82% from 101); Green value is 50 (19.92% from 255 or 49.50% from 101); Blue value is 33 (13.28% from 255 or 32.67% from 101); Max value from RGB is 50 - color contains mainly: green. Hex color #123221 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123221 is #EDCDDE. Grayscale: #262626. Windows color (decimal): -15584735 or 2175506. OLE color: 2175506.

HSL color Cylindrical-coordinate representation of color #123221: hue angle of 148.12º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #123221 is Cyan = 0.64, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.80.

Color convert

RGB 18 50 33 -
CMYK 0.64 0 0.34 0.80
HSL 148.13º 0.47% 0.13% -
HSV(B) 148.13º 0.64% 0.2% -
XYZ 1.66 2.52 1.84 -
YUV 38.49 124.9 113.38 -
System Red Green Blue C M Y K H S L
Decimal 18 50 33 0.64 0 0.34 0.80 148.13 0.47 0.13
Hex 12 32 21 40 0 22 50 94 2F D
Octal 22 62 41 100 0 42 120 224 57 15
Binary 10010 110010 100001 1000000 0 100010 1010000 10010100 101111 1101

Color Harmonies of #123221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123221

Black with #123221

Text Example


Text Example

White with #123221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123221; }

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

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

background-color css

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

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

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

border-color css

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

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

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