Html Css Color HEX #113023 Cardin Green

📋 copy color: '#113023'

red 17 ◦ green 48 ◦ blue 35

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

Shades of Cardin Green #113023

Tints of Cardin Green #113023

RGB

 RED value IS 17 (7.03% from 255) = 17%

 GREEN value IS 48 (19.14% from 255) = 48%

 BLUE value IS 35 (14.06% from 255) = 35%

R = 17%
G = 48%
B = 35%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.27

 K value IS 0.81

RGB Variations

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

Color information

#113023 (or 0x113023) is known color: Cardin Green. HEX triplet: 11, 30 and 23. RGB value is (17,48,35). Sum of RGB (Red+Green+Blue) = 17+48+35=100 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17% from 100); Green value is 48 (19.14% from 255 or 48% from 100); Blue value is 35 (14.06% from 255 or 35% from 100); Max value from RGB is 48 - color contains mainly: green. Hex color #113023 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113023 is #EECFDC. Grayscale: #252525. Windows color (decimal): -15650781 or 2306065. OLE color: 2306065.

HSL color Cylindrical-coordinate representation of color #113023: hue angle of 154.84º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #113023 is Cyan = 0.65, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.81.

Color convert

RGB 17 48 35 -
CMYK 0.65 0 0.27 0.81
HSL 154.84º 0.48% 0.13% -
HSV(B) 154.84º 0.65% 0.19% -
XYZ 1.59 2.35 1.96 -
YUV 37.25 126.73 113.56 -
System Red Green Blue C M Y K H S L
Decimal 17 48 35 0.65 0 0.27 0.81 154.84 0.48 0.13
Hex 11 30 23 41 0 1B 51 9B 30 D
Octal 21 60 43 101 0 33 121 233 60 15
Binary 10001 110000 100011 1000001 0 11011 1010001 10011011 110000 1101

Color Harmonies of #113023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113023

Black with #113023

Text Example


Text Example

White with #113023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113023; }

 p { color: rgb(17,48,35); }

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

background-color css

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

 a { background-color: rgb(17,48,35); }

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

border-color css

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

 span { border-color: rgb(17,48,35); }

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