Html Css Color HEX #123323 Cardin Green

📋 copy color: '#123323'

red 18 ◦ green 51 ◦ blue 35

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

Shades of Cardin Green #123323

Tints of Cardin Green #123323

RGB

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

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

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

R = 17.31%
G = 49.04%
B = 33.65%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.31

 K value IS 0.8

RGB Variations

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

Color information

#123323 (or 0x123323) is known color: Cardin Green. HEX triplet: 12, 33 and 23. RGB value is (18,51,35). Sum of RGB (Red+Green+Blue) = 18+51+35=104 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.31% from 104); Green value is 51 (20.31% from 255 or 49.04% from 104); Blue value is 35 (14.06% from 255 or 33.65% from 104); Max value from RGB is 51 - color contains mainly: green. Hex color #123323 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123323 is #EDCCDC. Grayscale: #272727. Windows color (decimal): -15584477 or 2306834. OLE color: 2306834.

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

Color convert

RGB 18 51 35 -
CMYK 0.65 0 0.31 0.8
HSL 150.91º 0.48% 0.14% -
HSV(B) 150.91º 0.65% 0.2% -
XYZ 1.74 2.62 2 -
YUV 39.31 125.57 112.8 -
System Red Green Blue C M Y K H S L
Decimal 18 51 35 0.65 0 0.31 0.8 150.91 0.48 0.14
Hex 12 33 23 41 0 1F 50 97 30 E
Octal 22 63 43 101 0 37 120 227 60 16
Binary 10010 110011 100011 1000001 0 11111 1010000 10010111 110000 1110

Color Harmonies of #123323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123323

Black with #123323

Text Example


Text Example

White with #123323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123323; }

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

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

background-color css

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

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

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

border-color css

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

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

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