#17251F

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

Shades of Cardin Green #17251F

Tints of Cardin Green #17251F

Color information

#17251F (or 0x17251F) is unknown color: approx Cardin Green. HEX triplet: 17, 25 and 1F. RGB value is (23,37,31). Sum of RGB (Red+Green+Blue) = 23+37+31=91 (12% of max value = 765). Red value is 23 (9.38% from 255 or 25.27% from 91); Green value is 37 (14.84% from 255 or 40.66% from 91); Blue value is 31 (12.5% from 255 or 34.07% from 91); Max value from RGB is 37 - color contains mainly: green. Hex color #17251F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17251F is #E8DAE0. Grayscale: #202020. Windows color (decimal): -15260385 or 2041111. OLE color: 2041111.

HSL color Cylindrical-coordinate representation of color #17251F: hue angle of 154.29º 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 #17251F is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.85.

Color convert

RGB233731-
CMYK0.3800.160.85
HSL154.29º23.33%11.76%-
HSV(B)154.29º37.84%14.51%-
XYZ1.261.61.54-
YUV32.13127.36121.49-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 25.27%
GREEN value IS 37 (14.84% from 255) = 40.66%
BLUE value IS 31 (12.5% from 255) = 34.07%
R=25.27%
G=40.66%
B=34.07%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2337310.3800.160.85154.2923.3311.76
Hex17251F26010559a17c
Octal274537460201252322714
Binary1011110010111111100110010000101010110011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17251F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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