Html Css Color HEX #123126 Cardin Green

📋 copy color: '#123126'

red 18 ◦ green 49 ◦ blue 38

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

Shades of Cardin Green #123126

Tints of Cardin Green #123126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 36.19%

R = 17.14%
G = 46.67%
B = 36.19%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.22

 K value IS 0.81

RGB Variations

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

Color information

#123126 (or 0x123126) is known color: Cardin Green. HEX triplet: 12, 31 and 26. RGB value is (18,49,38). Sum of RGB (Red+Green+Blue) = 18+49+38=105 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.14% from 105); Green value is 49 (19.53% from 255 or 46.67% from 105); Blue value is 38 (15.23% from 255 or 36.19% from 105); Max value from RGB is 49 - color contains mainly: green. Hex color #123126 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123126 is #EDCED9. Grayscale: #262626. Windows color (decimal): -15584986 or 2502930. OLE color: 2502930.

HSL color Cylindrical-coordinate representation of color #123126: hue angle of 158.71º 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 #123126 is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.81.

Color convert

RGB 18 49 38 -
CMYK 0.63 0 0.22 0.81
HSL 158.71º 0.46% 0.13% -
HSV(B) 158.71º 0.63% 0.19% -
XYZ 1.7 2.47 2.22 -
YUV 38.48 127.73 113.39 -
System Red Green Blue C M Y K H S L
Decimal 18 49 38 0.63 0 0.22 0.81 158.71 0.46 0.13
Hex 12 31 26 3F 0 16 51 9F 2E D
Octal 22 61 46 77 0 26 121 237 56 15
Binary 10010 110001 100110 111111 0 10110 1010001 10011111 101110 1101

Color Harmonies of #123126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123126

Black with #123126

Text Example


Text Example

White with #123126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123126; }

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

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

background-color css

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

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

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

border-color css

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

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

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