Html Css Color HEX #023C1A British Racing Green

📋 copy color: '#023C1A'

red 2 ◦ green 60 ◦ blue 26

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

Shades of British Racing Green #023C1A

Tints of British Racing Green #023C1A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 68.18%

 BLUE value IS 26 (10.55% from 255) = 29.55%

R = 2.27%
G = 68.18%
B = 29.55%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.57

 K value IS 0.76

RGB Variations

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

Color information

#023C1A (or 0x023C1A) is known color: British Racing Green. HEX triplet: 02, 3C and 1A. RGB value is (2,60,26). Sum of RGB (Red+Green+Blue) = 2+60+26=88 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.27% from 88); Green value is 60 (23.83% from 255 or 68.18% from 88); Blue value is 26 (10.55% from 255 or 29.55% from 88); Max value from RGB is 60 - color contains mainly: green. Hex color #023C1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023C1A is #FDC3E5. Grayscale: #262626. Windows color (decimal): -16630758 or 1719298. OLE color: 1719298.

HSL color Cylindrical-coordinate representation of color #023C1A: hue angle of 144.83º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023C1A is Cyan = 0.97, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.76.

Color convert

RGB 2 60 26 -
CMYK 0.97 0 0.57 0.76
HSL 144.83º 0.94% 0.12% -
HSV(B) 144.83º 0.97% 0.24% -
XYZ 1.83 3.32 1.52 -
YUV 38.78 120.78 101.76 -
System Red Green Blue C M Y K H S L
Decimal 2 60 26 0.97 0 0.57 0.76 144.83 0.94 0.12
Hex 2 3C 1A 61 0 39 4C 91 5E C
Octal 2 74 32 141 0 71 114 221 136 14
Binary 10 111100 11010 1100001 0 111001 1001100 10010001 1011110 1100

Color Harmonies of #023C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023C1A

Black with #023C1A

Text Example


Text Example

White with #023C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,60,26); }

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

background-color css

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

 a { background-color: rgb(2,60,26); }

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

border-color css

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

 span { border-color: rgb(2,60,26); }

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