Html Css Color HEX #17261F Cardin Green

📋 copy color: '#17261F'

red 23 ◦ green 38 ◦ blue 31

#17261F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardin Green #17261F

Tints of Cardin Green #17261F

RGB

 RED value IS 23 (9.38% from 255) = 25%

 GREEN value IS 38 (15.23% from 255) = 41.3%

 BLUE value IS 31 (12.5% from 255) = 33.7%

R = 25%
G = 41.3%
B = 33.7%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.18

 K value IS 0.85

RGB Variations

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

Color information

#17261F (or 0x17261F) is known color: Cardin Green. HEX triplet: 17, 26 and 1F. RGB value is (23,38,31). Sum of RGB (Red+Green+Blue) = 23+38+31=92 (12% of max value = 765). Red value is 23 (9.38% from 255 or 25% from 92); Green value is 38 (15.23% from 255 or 41.30% from 92); Blue value is 31 (12.5% from 255 or 33.70% from 92); Max value from RGB is 38 - color contains mainly: green. Hex color #17261F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17261F is #E8D9E0. Grayscale: #202020. Windows color (decimal): -15260129 or 2041367. OLE color: 2041367.

HSL color Cylindrical-coordinate representation of color #17261F: hue angle of 152º degrees, saturation: 0.25, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #17261F is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.85.

Color convert

RGB 23 38 31 -
CMYK 0.39 0 0.18 0.85
HSL 152º 0.25% 0.12% -
HSV(B) 152º 0.39% 0.15% -
XYZ 1.29 1.67 1.55 -
YUV 32.72 127.03 121.07 -
System Red Green Blue C M Y K H S L
Decimal 23 38 31 0.39 0 0.18 0.85 152 0.25 0.12
Hex 17 26 1F 27 0 12 55 98 19 C
Octal 27 46 37 47 0 22 125 230 31 14
Binary 10111 100110 11111 100111 0 10010 1010101 10011000 11001 1100

Color Harmonies of #17261F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17261F

Black with #17261F

Text Example


Text Example

White with #17261F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #17261F;
 }
 .AnyTagClassName
 {
   color: #17261F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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