#17251E

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

Shades of Cardin Green #17251E

Tints of Cardin Green #17251E

Color information

#17251E (or 0x17251E) is unknown color: approx Cardin Green. HEX triplet: 17, 25 and 1E. RGB value is (23,37,30). Sum of RGB (Red+Green+Blue) = 23+37+30=90 (11% of max value = 765). Red value is 23 (9.38% from 255 or 25.56% from 90); Green value is 37 (14.84% from 255 or 41.11% from 90); Blue value is 30 (12.11% from 255 or 33.33% from 90); Max value from RGB is 37 - color contains mainly: green. Hex color #17251E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17251E is #E8DAE1. Grayscale: #202020. Windows color (decimal): -15260386 or 1975575. OLE color: 1975575.

HSL color Cylindrical-coordinate representation of color #17251E: hue angle of 150º degrees, saturation: 0.23, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #17251E is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.85.

Color convert

RGB233730-
CMYK0.3800.190.85
HSL150º23.33%11.76%-
HSV(B)150º37.84%14.51%-
XYZ1.251.61.47-
YUV32.02126.86121.57-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 25.56%
GREEN value IS 37 (14.84% from 255) = 41.11%
BLUE value IS 30 (12.11% from 255) = 33.33%
R=25.56%
G=41.11%
B=33.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2337300.3800.190.8515023.3311.76
Hex17251E26013559617c
Octal274536460231252262714
Binary1011110010111110100110010011101010110010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17251E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17251E; }

 p { color: rgb(23,37,30); }

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

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

 a { background-color: rgb(23,37,30); }

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

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

 span { border-color: rgb(23,37,30); }

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