Html Css Color HEX #123120 Cardin Green

📋 copy color: '#123120'

red 18 ◦ green 49 ◦ blue 32

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

Shades of Cardin Green #123120

Tints of Cardin Green #123120

RGB

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

 GREEN value IS 49 (19.53% from 255) = 49.49%

 BLUE value IS 32 (12.89% from 255) = 32.32%

R = 18.18%
G = 49.49%
B = 32.32%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.35

 K value IS 0.81

RGB Variations

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

Color information

#123120 (or 0x123120) is known color: Cardin Green. HEX triplet: 12, 31 and 20. RGB value is (18,49,32). Sum of RGB (Red+Green+Blue) = 18+49+32=99 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18.18% from 99); Green value is 49 (19.53% from 255 or 49.49% from 99); Blue value is 32 (12.89% from 255 or 32.32% from 99); Max value from RGB is 49 - color contains mainly: green. Hex color #123120 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123120 is #EDCEDF. Grayscale: #252525. Windows color (decimal): -15584992 or 2109714. OLE color: 2109714.

HSL color Cylindrical-coordinate representation of color #123120: hue angle of 147.1º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #123120 is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB 18 49 32 -
CMYK 0.63 0 0.35 0.81
HSL 147.1º 0.46% 0.13% -
HSV(B) 147.1º 0.63% 0.19% -
XYZ 1.61 2.43 1.75 -
YUV 37.79 124.73 113.88 -
System Red Green Blue C M Y K H S L
Decimal 18 49 32 0.63 0 0.35 0.81 147.1 0.46 0.13
Hex 12 31 20 3F 0 23 51 93 2E D
Octal 22 61 40 77 0 43 121 223 56 15
Binary 10010 110001 100000 111111 0 100011 1010001 10010011 101110 1101

Color Harmonies of #123120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123120

Black with #123120

Text Example


Text Example

White with #123120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123120; }

 p { color: rgb(18,49,32); }

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

background-color css

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

 a { background-color: rgb(18,49,32); }

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

border-color css

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

 span { border-color: rgb(18,49,32); }

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