Html Css Color HEX #123327 Cardin Green

📋 copy color: '#123327'

red 18 ◦ green 51 ◦ blue 39

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

Shades of Cardin Green #123327

Tints of Cardin Green #123327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 36.11%

R = 16.67%
G = 47.22%
B = 36.11%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.24

 K value IS 0.8

RGB Variations

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

Color information

#123327 (or 0x123327) is known color: Cardin Green. HEX triplet: 12, 33 and 27. RGB value is (18,51,39). Sum of RGB (Red+Green+Blue) = 18+51+39=108 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.67% from 108); Green value is 51 (20.31% from 255 or 47.22% from 108); Blue value is 39 (15.62% from 255 or 36.11% from 108); Max value from RGB is 51 - color contains mainly: green. Hex color #123327 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123327 is #EDCCD8. Grayscale: #272727. Windows color (decimal): -15584473 or 2568978. OLE color: 2568978.

HSL color Cylindrical-coordinate representation of color #123327: hue angle of 158.18º 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 #123327 is Cyan = 0.65, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.8.

Color convert

RGB 18 51 39 -
CMYK 0.65 0 0.24 0.8
HSL 158.18º 0.48% 0.14% -
HSV(B) 158.18º 0.65% 0.2% -
XYZ 1.8 2.64 2.33 -
YUV 39.77 127.57 112.48 -
System Red Green Blue C M Y K H S L
Decimal 18 51 39 0.65 0 0.24 0.8 158.18 0.48 0.14
Hex 12 33 27 41 0 18 50 9E 30 E
Octal 22 63 47 101 0 30 120 236 60 16
Binary 10010 110011 100111 1000001 0 11000 1010000 10011110 110000 1110

Color Harmonies of #123327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123327

Black with #123327

Text Example


Text Example

White with #123327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123327; }

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

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

background-color css

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

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

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

border-color css

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

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

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