#10302A

Color #10302A Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Racing Green #10302A

Tints of Racing Green #10302A

Color information

#10302A (or 0x10302A) is unknown color: approx Racing Green. HEX triplet: 10, 30 and 2A. RGB value is (16,48,42). Sum of RGB (Red+Green+Blue) = 16+48+42=106 (14% of max value = 765). Red value is 16 (6.64% from 255 or 15.09% from 106); Green value is 48 (19.14% from 255 or 45.28% from 106); Blue value is 42 (16.80% from 255 or 39.62% from 106); Max value from RGB is 48 - color contains mainly: green. Hex color #10302A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10302A is #EFCFD5. Grayscale: #252525. Windows color (decimal): -15716310 or 2764816. OLE color: 2764816.

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

Color convert

RGB164842-
CMYK0.6700.130.81
HSL168.75º50%12.55%-
HSV(B)168.75º66.67%18.82%-
XYZ1.692.392.56-
YUV37.75130.4112.49-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 15.09%
GREEN value IS 48 (19.14% from 255) = 45.28%
BLUE value IS 42 (16.80% from 255) = 39.62%
R=15.09%
G=45.28%
B=39.62%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1648420.6700.130.81168.755012.55
Hex10302A430D51a932d
Octal2060521030151212516215
Binary100001100001010101000011011011010001101010011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10302A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,48,42); }

 H1.HeaderClassName
 {
   color: #10302A;
 }
 .AnyTagClassName
 {
   color: #10302A;
 }
</style>
background-color css

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

 a { background-color: rgb(16,48,42); }

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

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

 span { border-color: rgb(16,48,42); }

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