Html Css Color HEX #12302B Racing Green

📋 copy color: '#12302B'

red 18 ◦ green 48 ◦ blue 43

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

Shades of Racing Green #12302B

Tints of Racing Green #12302B

RGB

 RED value IS 18 (7.42% from 255) = 16.51%

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

 BLUE value IS 43 (17.19% from 255) = 39.45%

R = 16.51%
G = 44.04%
B = 39.45%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.10

 K value IS 0.81

RGB Variations

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

Color information

#12302B (or 0x12302B) is known color: Racing Green. HEX triplet: 12, 30 and 2B. RGB value is (18,48,43). Sum of RGB (Red+Green+Blue) = 18+48+43=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 48 (19.14% from 255 or 44.04% from 109); Blue value is 43 (17.19% from 255 or 39.45% from 109); Max value from RGB is 48 - color contains mainly: green. Hex color #12302B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12302B is #EDCFD4. Grayscale: #262626. Windows color (decimal): -15585237 or 2830354. OLE color: 2830354.

HSL color Cylindrical-coordinate representation of color #12302B: hue angle of 170º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #12302B is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB 18 48 43 -
CMYK 0.63 0 0.10 0.81
HSL 170º 0.45% 0.13% -
HSV(B) 170º 0.63% 0.19% -
XYZ 1.74 2.42 2.66 -
YUV 38.46 130.56 113.41 -
System Red Green Blue C M Y K H S L
Decimal 18 48 43 0.63 0 0.10 0.81 170 0.45 0.13
Hex 12 30 2B 3F 0 A 51 AA 2D D
Octal 22 60 53 77 0 12 121 252 55 15
Binary 10010 110000 101011 111111 0 1010 1010001 10101010 101101 1101

Color Harmonies of #12302B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12302B

Black with #12302B

Text Example


Text Example

White with #12302B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12302B; }

 p { color: rgb(18,48,43); }

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

background-color css

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

 a { background-color: rgb(18,48,43); }

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

border-color css

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

 span { border-color: rgb(18,48,43); }

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