Html Css Color HEX #123328 Cardin Green

📋 copy color: '#123328'

red 18 ◦ green 51 ◦ blue 40

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

Shades of Cardin Green #123328

Tints of Cardin Green #123328

RGB

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

 GREEN value IS 51 (20.31% from 255) = 46.79%

 BLUE value IS 40 (16.02% from 255) = 36.7%

R = 16.51%
G = 46.79%
B = 36.7%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.22

 K value IS 0.8

RGB Variations

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

Color information

#123328 (or 0x123328) is known color: Cardin Green. HEX triplet: 12, 33 and 28. RGB value is (18,51,40). Sum of RGB (Red+Green+Blue) = 18+51+40=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 51 (20.31% from 255 or 46.79% from 109); Blue value is 40 (16.02% from 255 or 36.70% from 109); Max value from RGB is 51 - color contains mainly: green. Hex color #123328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123328 is #EDCCD7. Grayscale: #272727. Windows color (decimal): -15584472 or 2634514. OLE color: 2634514.

HSL color Cylindrical-coordinate representation of color #123328: hue angle of 160º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #123328 is Cyan = 0.65, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.8.

Color convert

RGB 18 51 40 -
CMYK 0.65 0 0.22 0.8
HSL 160º 0.48% 0.14% -
HSV(B) 160º 0.65% 0.2% -
XYZ 1.82 2.65 2.42 -
YUV 39.88 128.07 112.39 -
System Red Green Blue C M Y K H S L
Decimal 18 51 40 0.65 0 0.22 0.8 160 0.48 0.14
Hex 12 33 28 41 0 16 50 A0 30 E
Octal 22 63 50 101 0 26 120 240 60 16
Binary 10010 110011 101000 1000001 0 10110 1010000 10100000 110000 1110

Color Harmonies of #123328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123328

Black with #123328

Text Example


Text Example

White with #123328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123328; }

 p { color: rgb(18,51,40); }

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

background-color css

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

 a { background-color: rgb(18,51,40); }

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

border-color css

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

 span { border-color: rgb(18,51,40); }

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