#123825

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

Shades of Cardin Green #123825

Tints of Cardin Green #123825

Color information

#123825 (or 0x123825) is unknown color: approx Cardin Green. HEX triplet: 12, 38 and 25. RGB value is (18,56,37). Sum of RGB (Red+Green+Blue) = 18+56+37=111 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.22% from 111); Green value is 56 (22.27% from 255 or 50.45% from 111); Blue value is 37 (14.84% from 255 or 33.33% from 111); Max value from RGB is 56 - color contains mainly: green. Hex color #123825 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123825 is #EDC7DA. Grayscale: #2A2A2A. Windows color (decimal): -15583195 or 2439186. OLE color: 2439186.

HSL color Cylindrical-coordinate representation of color #123825: hue angle of 150º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #123825 is Cyan = 0.68, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.78.

Color convert

RGB185637-
CMYK0.6800.340.78
HSL150º51.35%14.51%-
HSV(B)150º67.86%21.96%-
XYZ23.092.24-
YUV42.47124.91110.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.22%
GREEN value IS 56 (22.27% from 255) = 50.45%
BLUE value IS 37 (14.84% from 255) = 33.33%
R=16.22%
G=50.45%
B=33.33%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1856370.6800.340.7815051.3514.51
Hex123825440224E9633f
Octal2270451040421162266317
Binary10010111000100101100010001000101001110100101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123825; }

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

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

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

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

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

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

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

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