Html Css Color HEX #17251E Cardin Green

📋 copy color: '#17251E'

red 23 ◦ green 37 ◦ blue 30

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

Shades of Cardin Green #17251E

Tints of Cardin Green #17251E

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 value IS 0.38

 M value IS 0

 Y value IS 0.19

 K value IS 0.85

RGB Variations

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

Color information

#17251E (or 0x17251E) is known color: 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

RGB 23 37 30 -
CMYK 0.38 0 0.19 0.85
HSL 150º 0.23% 0.12% -
HSV(B) 150º 0.38% 0.15% -
XYZ 1.25 1.6 1.47 -
YUV 32.02 126.86 121.57 -
System Red Green Blue C M Y K H S L
Decimal 23 37 30 0.38 0 0.19 0.85 150 0.23 0.12
Hex 17 25 1E 26 0 13 55 96 17 C
Octal 27 45 36 46 0 23 125 226 27 14
Binary 10111 100101 11110 100110 0 10011 1010101 10010110 10111 1100

Color Harmonies of #17251E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17251E

Black with #17251E

Text Example


Text Example

White with #17251E

Text Example


Text Example

HTML Codes & Css Web 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>