#123A25

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

Shades of Cardin Green #123A25

Tints of Cardin Green #123A25

Color information

#123A25 (or 0x123A25) is unknown color: approx Cardin Green. HEX triplet: 12, 3A and 25. RGB value is (18,58,37). Sum of RGB (Red+Green+Blue) = 18+58+37=113 (14% of max value = 765). Red value is 18 (7.42% from 255 or 15.93% from 113); Green value is 58 (23.05% from 255 or 51.33% from 113); Blue value is 37 (14.84% from 255 or 32.74% from 113); Max value from RGB is 58 - color contains mainly: green. Hex color #123A25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123A25 is #EDC5DA. Grayscale: #2B2B2B. Windows color (decimal): -15582683 or 2439698. OLE color: 2439698.

HSL color Cylindrical-coordinate representation of color #123A25: hue angle of 148.5º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #123A25 is Cyan = 0.69, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.77.

Color convert

RGB185837-
CMYK0.6900.360.77
HSL148.5º52.63%14.9%-
HSV(B)148.5º68.97%22.75%-
XYZ2.13.292.27-
YUV43.65124.25109.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.93%
GREEN value IS 58 (23.05% from 255) = 51.33%
BLUE value IS 37 (14.84% from 255) = 32.74%
R=15.93%
G=51.33%
B=32.74%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1858370.6900.360.77148.552.6314.9
Hex123A25450244D9435f
Octal2272451050441152246517
Binary10010111010100101100010101001001001101100101001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123A25; }

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

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

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

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

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

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

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

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