Html Css Color HEX #17352A Cardin Green

📋 copy color: '#17352A'

red 23 ◦ green 53 ◦ blue 42

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

Shades of Cardin Green #17352A

Tints of Cardin Green #17352A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 44.92%

 BLUE value IS 42 (16.8% from 255) = 35.59%

R = 19.49%
G = 44.92%
B = 35.59%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.21

 K value IS 0.79

RGB Variations

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

Color information

#17352A (or 0x17352A) is known color: Cardin Green. HEX triplet: 17, 35 and 2A. RGB value is (23,53,42). Sum of RGB (Red+Green+Blue) = 23+53+42=118 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.49% from 118); Green value is 53 (21.09% from 255 or 44.92% from 118); Blue value is 42 (16.80% from 255 or 35.59% from 118); Max value from RGB is 53 - color contains mainly: green. Hex color #17352A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17352A is #E8CAD5. Grayscale: #2A2A2A. Windows color (decimal): -15256278 or 2766103. OLE color: 2766103.

HSL color Cylindrical-coordinate representation of color #17352A: hue angle of 158º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #17352A is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.79.

Color convert

RGB 23 53 42 -
CMYK 0.57 0 0.21 0.79
HSL 158º 0.39% 0.15% -
HSV(B) 158º 0.57% 0.21% -
XYZ 2.04 2.9 2.64 -
YUV 42.78 127.56 113.89 -
System Red Green Blue C M Y K H S L
Decimal 23 53 42 0.57 0 0.21 0.79 158 0.39 0.15
Hex 17 35 2A 39 0 15 4F 9E 27 F
Octal 27 65 52 71 0 25 117 236 47 17
Binary 10111 110101 101010 111001 0 10101 1001111 10011110 100111 1111

Color Harmonies of #17352A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17352A

Black with #17352A

Text Example


Text Example

White with #17352A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17352A; }

 p { color: rgb(23,53,42); }

 H1.HeaderClassName
 {
   color: #17352A;
 }
 .AnyTagClassName
 {
   color: #17352A;
 }
</style>

background-color css

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

 a { background-color: rgb(23,53,42); }

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

border-color css

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

 span { border-color: rgb(23,53,42); }

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