Html Css Color HEX #10382E Racing Green

📋 copy color: '#10382E'

red 16 ◦ green 56 ◦ blue 46

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

Shades of Racing Green #10382E

Tints of Racing Green #10382E

RGB

 RED value IS 16 (6.64% from 255) = 13.56%

 GREEN value IS 56 (22.27% from 255) = 47.46%

 BLUE value IS 46 (18.36% from 255) = 38.98%

R = 13.56%
G = 47.46%
B = 38.98%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.18

 K value IS 0.78

RGB Variations

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

Color information

#10382E (or 0x10382E) is known color: Racing Green. HEX triplet: 10, 38 and 2E. RGB value is (16,56,46). Sum of RGB (Red+Green+Blue) = 16+56+46=118 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.56% from 118); Green value is 56 (22.27% from 255 or 47.46% from 118); Blue value is 46 (18.36% from 255 or 38.98% from 118); Max value from RGB is 56 - color contains mainly: green. Hex color #10382E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10382E is #EFC7D1. Grayscale: #2A2A2A. Windows color (decimal): -15714258 or 3029008. OLE color: 3029008.

HSL color Cylindrical-coordinate representation of color #10382E: hue angle of 165º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #10382E is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB 16 56 46 -
CMYK 0.71 0 0.18 0.78
HSL 165º 0.56% 0.14% -
HSV(B) 165º 0.71% 0.22% -
XYZ 2.12 3.14 3.08 -
YUV 42.9 129.75 108.81 -
System Red Green Blue C M Y K H S L
Decimal 16 56 46 0.71 0 0.18 0.78 165 0.56 0.14
Hex 10 38 2E 47 0 12 4E A5 38 E
Octal 20 70 56 107 0 22 116 245 70 16
Binary 10000 111000 101110 1000111 0 10010 1001110 10100101 111000 1110

Color Harmonies of #10382E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10382E

Black with #10382E

Text Example


Text Example

White with #10382E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10382E; }

 p { color: rgb(16,56,46); }

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

background-color css

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

 a { background-color: rgb(16,56,46); }

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

border-color css

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

 span { border-color: rgb(16,56,46); }

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