Html Css Color HEX #17281F Cardin Green

📋 copy color: '#17281F'

red 23 ◦ green 40 ◦ blue 31

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

Shades of Cardin Green #17281F

Tints of Cardin Green #17281F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 42.55%

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

R = 24.47%
G = 42.55%
B = 32.98%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.22

 K value IS 0.84

RGB Variations

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

Color information

#17281F (or 0x17281F) is known color: Cardin Green. HEX triplet: 17, 28 and 1F. RGB value is (23,40,31). Sum of RGB (Red+Green+Blue) = 23+40+31=94 (12% of max value = 765). Red value is 23 (9.38% from 255 or 24.47% from 94); Green value is 40 (16.02% from 255 or 42.55% from 94); Blue value is 31 (12.5% from 255 or 32.98% from 94); Max value from RGB is 40 - color contains mainly: green. Hex color #17281F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17281F is #E8D7E0. Grayscale: #212121. Windows color (decimal): -15259617 or 2041879. OLE color: 2041879.

HSL color Cylindrical-coordinate representation of color #17281F: hue angle of 148.24º degrees, saturation: 0.27, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #17281F is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.84.

Color convert

RGB 23 40 31 -
CMYK 0.43 0 0.22 0.84
HSL 148.24º 0.27% 0.12% -
HSV(B) 148.24º 0.43% 0.16% -
XYZ 1.36 1.8 1.57 -
YUV 33.89 126.37 120.23 -
System Red Green Blue C M Y K H S L
Decimal 23 40 31 0.43 0 0.22 0.84 148.24 0.27 0.12
Hex 17 28 1F 2B 0 16 54 94 1B C
Octal 27 50 37 53 0 26 124 224 33 14
Binary 10111 101000 11111 101011 0 10110 1010100 10010100 11011 1100

Color Harmonies of #17281F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17281F

Black with #17281F

Text Example


Text Example

White with #17281F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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