Html Css Color HEX #023B19 British Racing Green

📋 copy color: '#023B19'

red 2 ◦ green 59 ◦ blue 25

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

Shades of British Racing Green #023B19

Tints of British Racing Green #023B19

RGB

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

 GREEN value IS 59 (23.44% from 255) = 68.6%

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

R = 2.33%
G = 68.6%
B = 29.07%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.58

 K value IS 0.77

RGB Variations

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

Color information

#023B19 (or 0x023B19) is known color: British Racing Green. HEX triplet: 02, 3B and 19. RGB value is (2,59,25). Sum of RGB (Red+Green+Blue) = 2+59+25=86 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.33% from 86); Green value is 59 (23.44% from 255 or 68.60% from 86); Blue value is 25 (10.16% from 255 or 29.07% from 86); Max value from RGB is 59 - color contains mainly: green. Hex color #023B19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023B19 is #FDC4E6. Grayscale: #262626. Windows color (decimal): -16631015 or 1653506. OLE color: 1653506.

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

Color convert

RGB 2 59 25 -
CMYK 0.97 0 0.58 0.77
HSL 144.21º 0.93% 0.12% -
HSV(B) 144.21º 0.97% 0.23% -
XYZ 1.76 3.21 1.45 -
YUV 38.08 120.62 102.26 -
System Red Green Blue C M Y K H S L
Decimal 2 59 25 0.97 0 0.58 0.77 144.21 0.93 0.12
Hex 2 3B 19 61 0 3A 4D 90 5D C
Octal 2 73 31 141 0 72 115 220 135 14
Binary 10 111011 11001 1100001 0 111010 1001101 10010000 1011101 1100

Color Harmonies of #023B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023B19

Black with #023B19

Text Example


Text Example

White with #023B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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