#103023

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

Shades of Cardin Green #103023

Tints of Cardin Green #103023

Color information

#103023 (or 0x103023) is unknown color: approx Cardin Green. HEX triplet: 10, 30 and 23. RGB value is (16,48,35). Sum of RGB (Red+Green+Blue) = 16+48+35=99 (13% of max value = 765). Red value is 16 (6.64% from 255 or 16.16% from 99); Green value is 48 (19.14% from 255 or 48.48% from 99); Blue value is 35 (14.06% from 255 or 35.35% from 99); Max value from RGB is 48 - color contains mainly: green. Hex color #103023 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103023 is #EFCFDC. Grayscale: #242424. Windows color (decimal): -15716317 or 2306064. OLE color: 2306064.

HSL color Cylindrical-coordinate representation of color #103023: hue angle of 155.62º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #103023 is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.81.

Color convert

RGB164835-
CMYK0.6700.270.81
HSL155.62º50%12.55%-
HSV(B)155.62º66.67%18.82%-
XYZ1.572.351.96-
YUV36.95126.9113.06-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16.16%
GREEN value IS 48 (19.14% from 255) = 48.48%
BLUE value IS 35 (14.06% from 255) = 35.35%
R=16.16%
G=48.48%
B=35.35%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1648350.6700.270.81155.625012.55
Hex1030234301B519c32d
Octal2060431030331212346215
Binary1000011000010001110000110110111010001100111001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103023; }

 p { color: rgb(16,48,35); }

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

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

 a { background-color: rgb(16,48,35); }

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

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

 span { border-color: rgb(16,48,35); }

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