Html Css Color HEX #023B1E British Racing Green

📋 copy color: '#023B1E'

red 2 ◦ green 59 ◦ blue 30

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

Shades of British Racing Green #023B1E

Tints of British Racing Green #023B1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 32.97%

R = 2.2%
G = 64.84%
B = 32.97%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.49

 K value IS 0.77

RGB Variations

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

Color information

#023B1E (or 0x023B1E) is known color: British Racing Green. HEX triplet: 02, 3B and 1E. RGB value is (2,59,30). Sum of RGB (Red+Green+Blue) = 2+59+30=91 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.20% from 91); Green value is 59 (23.44% from 255 or 64.84% from 91); Blue value is 30 (12.11% from 255 or 32.97% from 91); Max value from RGB is 59 - color contains mainly: green. Hex color #023B1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023B1E is #FDC4E1. Grayscale: #262626. Windows color (decimal): -16631010 or 1981186. OLE color: 1981186.

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

Color convert

RGB 2 59 30 -
CMYK 0.97 0 0.49 0.77
HSL 149.47º 0.93% 0.12% -
HSV(B) 149.47º 0.97% 0.23% -
XYZ 1.82 3.23 1.76 -
YUV 38.65 123.12 101.86 -
System Red Green Blue C M Y K H S L
Decimal 2 59 30 0.97 0 0.49 0.77 149.47 0.93 0.12
Hex 2 3B 1E 61 0 31 4D 95 5D C
Octal 2 73 36 141 0 61 115 225 135 14
Binary 10 111011 11110 1100001 0 110001 1001101 10010101 1011101 1100

Color Harmonies of #023B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023B1E

Black with #023B1E

Text Example


Text Example

White with #023B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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