Html Css Color HEX #12302A Racing Green

📋 copy color: '#12302A'

red 18 ◦ green 48 ◦ blue 42

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

Shades of Racing Green #12302A

Tints of Racing Green #12302A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 38.89%

R = 16.67%
G = 44.44%
B = 38.89%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.13

 K value IS 0.81

RGB Variations

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

Color information

#12302A (or 0x12302A) is known color: Racing Green. HEX triplet: 12, 30 and 2A. RGB value is (18,48,42). Sum of RGB (Red+Green+Blue) = 18+48+42=108 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.67% from 108); Green value is 48 (19.14% from 255 or 44.44% from 108); Blue value is 42 (16.80% from 255 or 38.89% from 108); Max value from RGB is 48 - color contains mainly: green. Hex color #12302A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12302A is #EDCFD5. Grayscale: #262626. Windows color (decimal): -15585238 or 2764818. OLE color: 2764818.

HSL color Cylindrical-coordinate representation of color #12302A: hue angle of 168º 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 #12302A is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.81.

Color convert

RGB 18 48 42 -
CMYK 0.63 0 0.13 0.81
HSL 168º 0.45% 0.13% -
HSV(B) 168º 0.63% 0.19% -
XYZ 1.72 2.41 2.56 -
YUV 38.35 130.06 113.49 -
System Red Green Blue C M Y K H S L
Decimal 18 48 42 0.63 0 0.13 0.81 168 0.45 0.13
Hex 12 30 2A 3F 0 D 51 A8 2D D
Octal 22 60 52 77 0 15 121 250 55 15
Binary 10010 110000 101010 111111 0 1101 1010001 10101000 101101 1101

Color Harmonies of #12302A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12302A

Black with #12302A

Text Example


Text Example

White with #12302A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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