Html Css Color HEX #123223 Cardin Green

📋 copy color: '#123223'

red 18 ◦ green 50 ◦ blue 35

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

Shades of Cardin Green #123223

Tints of Cardin Green #123223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 33.98%

R = 17.48%
G = 48.54%
B = 33.98%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.30

 K value IS 0.80

RGB Variations

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

Color information

#123223 (or 0x123223) is known color: Cardin Green. HEX triplet: 12, 32 and 23. RGB value is (18,50,35). Sum of RGB (Red+Green+Blue) = 18+50+35=103 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.48% from 103); Green value is 50 (19.92% from 255 or 48.54% from 103); Blue value is 35 (14.06% from 255 or 33.98% from 103); Max value from RGB is 50 - color contains mainly: green. Hex color #123223 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123223 is #EDCDDC. Grayscale: #262626. Windows color (decimal): -15584733 or 2306578. OLE color: 2306578.

HSL color Cylindrical-coordinate representation of color #123223: hue angle of 151.88º 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 #123223 is Cyan = 0.64, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.80.

Color convert

RGB 18 50 35 -
CMYK 0.64 0 0.30 0.80
HSL 151.88º 0.47% 0.13% -
HSV(B) 151.88º 0.64% 0.2% -
XYZ 1.69 2.53 1.99 -
YUV 38.72 125.9 113.22 -
System Red Green Blue C M Y K H S L
Decimal 18 50 35 0.64 0 0.30 0.80 151.88 0.47 0.13
Hex 12 32 23 40 0 1E 50 98 2F D
Octal 22 62 43 100 0 36 120 230 57 15
Binary 10010 110010 100011 1000000 0 11110 1010000 10011000 101111 1101

Color Harmonies of #123223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123223

Black with #123223

Text Example


Text Example

White with #123223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123223; }

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

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

background-color css

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

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

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

border-color css

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

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

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