Html Css Color HEX #023A1C British Racing Green

📋 copy color: '#023A1C'

red 2 ◦ green 58 ◦ blue 28

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

Shades of British Racing Green #023A1C

Tints of British Racing Green #023A1C

RGB

 RED value IS 2 (1.17% from 255) = 2.27%

 GREEN value IS 58 (23.05% from 255) = 65.91%

 BLUE value IS 28 (11.33% from 255) = 31.82%

R = 2.27%
G = 65.91%
B = 31.82%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.52

 K value IS 0.77

RGB Variations

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

Color information

#023A1C (or 0x023A1C) is known color: British Racing Green. HEX triplet: 02, 3A and 1C. RGB value is (2,58,28). Sum of RGB (Red+Green+Blue) = 2+58+28=88 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.27% from 88); Green value is 58 (23.05% from 255 or 65.91% from 88); Blue value is 28 (11.33% from 255 or 31.82% from 88); Max value from RGB is 58 - color contains mainly: green. Hex color #023A1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023A1C is #FDC5E3. Grayscale: #252525. Windows color (decimal): -16631268 or 1849858. OLE color: 1849858.

HSL color Cylindrical-coordinate representation of color #023A1C: hue angle of 147.86º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023A1C is Cyan = 0.97, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.77.

Color convert

RGB 2 58 28 -
CMYK 0.97 0 0.52 0.77
HSL 147.86º 0.93% 0.12% -
HSV(B) 147.86º 0.97% 0.23% -
XYZ 1.75 3.12 1.61 -
YUV 37.84 122.45 102.44 -
System Red Green Blue C M Y K H S L
Decimal 2 58 28 0.97 0 0.52 0.77 147.86 0.93 0.12
Hex 2 3A 1C 61 0 34 4D 94 5D C
Octal 2 72 34 141 0 64 115 224 135 14
Binary 10 111010 11100 1100001 0 110100 1001101 10010100 1011101 1100

Color Harmonies of #023A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023A1C

Black with #023A1C

Text Example


Text Example

White with #023A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023A1C; }

 p { color: rgb(2,58,28); }

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

background-color css

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

 a { background-color: rgb(2,58,28); }

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

border-color css

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

 span { border-color: rgb(2,58,28); }

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