#123125

Color #123125 Cardin Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardin Green #123125

Tints of Cardin Green #123125

Color information

#123125 (or 0x123125) is unknown color: approx Cardin Green. HEX triplet: 12, 31 and 25. RGB value is (18,49,37). Sum of RGB (Red+Green+Blue) = 18+49+37=104 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.31% from 104); Green value is 49 (19.53% from 255 or 47.12% from 104); Blue value is 37 (14.84% from 255 or 35.58% from 104); Max value from RGB is 49 - color contains mainly: green. Hex color #123125 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123125 is #EDCEDA. Grayscale: #262626. Windows color (decimal): -15584987 or 2437394. OLE color: 2437394.

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

Color convert

RGB184937-
CMYK0.6300.240.81
HSL156.77º46.27%13.14%-
HSV(B)156.77º63.27%19.22%-
XYZ1.682.462.14-
YUV38.36127.23113.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.31%
GREEN value IS 49 (19.53% from 255) = 47.12%
BLUE value IS 37 (14.84% from 255) = 35.58%
R=17.31%
G=47.12%
B=35.58%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1849370.6300.240.81156.7746.2713.14
Hex1231253F018519d2ed
Octal226145770301212355615
Binary100101100011001011111110110001010001100111011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123125; }

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

 H1.HeaderClassName
 {
   color: #123125;
 }
 .AnyTagClassName
 {
   color: #123125;
 }
</style>
background-color css

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

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

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

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

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

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