Html Css Color HEX #023A19 British Racing Green

📋 copy color: '#023A19'

red 2 ◦ green 58 ◦ blue 25

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

Shades of British Racing Green #023A19

Tints of British Racing Green #023A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 29.41%

R = 2.35%
G = 68.24%
B = 29.41%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.57

 K value IS 0.77

RGB Variations

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

Color information

#023A19 (or 0x023A19) is known color: British Racing Green. HEX triplet: 02, 3A and 19. RGB value is (2,58,25). Sum of RGB (Red+Green+Blue) = 2+58+25=85 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.35% from 85); Green value is 58 (23.05% from 255 or 68.24% from 85); Blue value is 25 (10.16% from 255 or 29.41% from 85); Max value from RGB is 58 - color contains mainly: green. Hex color #023A19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023A19 is #FDC5E6. Grayscale: #252525. Windows color (decimal): -16631271 or 1653250. OLE color: 1653250.

HSL color Cylindrical-coordinate representation of color #023A19: hue angle of 144.64º 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 #023A19 is Cyan = 0.97, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.77.

Color convert

RGB 2 58 25 -
CMYK 0.97 0 0.57 0.77
HSL 144.64º 0.93% 0.12% -
HSV(B) 144.64º 0.97% 0.23% -
XYZ 1.71 3.11 1.43 -
YUV 37.49 120.95 102.68 -
System Red Green Blue C M Y K H S L
Decimal 2 58 25 0.97 0 0.57 0.77 144.64 0.93 0.12
Hex 2 3A 19 61 0 39 4D 91 5D C
Octal 2 72 31 141 0 71 115 221 135 14
Binary 10 111010 11001 1100001 0 111001 1001101 10010001 1011101 1100

Color Harmonies of #023A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023A19

Black with #023A19

Text Example


Text Example

White with #023A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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