#123929

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

Shades of Cardin Green #123929

Tints of Cardin Green #123929

Color information

#123929 (or 0x123929) is unknown color: approx Cardin Green. HEX triplet: 12, 39 and 29. RGB value is (18,57,41). Sum of RGB (Red+Green+Blue) = 18+57+41=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 57 (22.66% from 255 or 49.14% from 116); Blue value is 41 (16.41% from 255 or 35.34% from 116); Max value from RGB is 57 - color contains mainly: green. Hex color #123929 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123929 is #EDC6D6. Grayscale: #2B2B2B. Windows color (decimal): -15582935 or 2701586. OLE color: 2701586.

HSL color Cylindrical-coordinate representation of color #123929: hue angle of 155.38º degrees, saturation: 0.52, 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 #123929 is Cyan = 0.68, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.78.

Color convert

RGB185741-
CMYK0.6800.280.78
HSL155.38º52%14.71%-
HSV(B)155.38º68.42%22.35%-
XYZ2.113.212.61-
YUV43.51126.58109.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.52%
GREEN value IS 57 (22.66% from 255) = 49.14%
BLUE value IS 41 (16.41% from 255) = 35.34%
R=15.52%
G=49.14%
B=35.34%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1857410.6800.280.78155.385214.71
Hex1239294401C4E9b34f
Octal2271511040341162336417
Binary1001011100110100110001000111001001110100110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123929; }

 p { color: rgb(18,57,41); }

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

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

 a { background-color: rgb(18,57,41); }

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

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

 span { border-color: rgb(18,57,41); }

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