Html Css Color HEX #023F2F British Racing Green

📋 copy color: '#023F2F'

red 2 ◦ green 63 ◦ blue 47

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

Shades of British Racing Green #023F2F

Tints of British Racing Green #023F2F

RGB

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

 GREEN value IS 63 (25% from 255) = 56.25%

 BLUE value IS 47 (18.75% from 255) = 41.96%

R = 1.79%
G = 56.25%
B = 41.96%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#023F2F (or 0x023F2F) is known color: British Racing Green. HEX triplet: 02, 3F and 2F. RGB value is (2,63,47). Sum of RGB (Red+Green+Blue) = 2+63+47=112 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.79% from 112); Green value is 63 (25% from 255 or 56.25% from 112); Blue value is 47 (18.75% from 255 or 41.96% from 112); Max value from RGB is 63 - color contains mainly: green. Hex color #023F2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023F2F is #FDC0D0. Grayscale: #2A2A2A. Windows color (decimal): -16629969 or 3096322. OLE color: 3096322.

HSL color Cylindrical-coordinate representation of color #023F2F: hue angle of 164.26º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023F2F is Cyan = 0.97, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB 2 63 47 -
CMYK 0.97 0 0.25 0.75
HSL 164.26º 0.94% 0.13% -
HSV(B) 164.26º 0.97% 0.25% -
XYZ 2.32 3.77 3.3 -
YUV 42.94 130.29 98.8 -
System Red Green Blue C M Y K H S L
Decimal 2 63 47 0.97 0 0.25 0.75 164.26 0.94 0.13
Hex 2 3F 2F 61 0 19 4B A4 5E D
Octal 2 77 57 141 0 31 113 244 136 15
Binary 10 111111 101111 1100001 0 11001 1001011 10100100 1011110 1101

Color Harmonies of #023F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023F2F

Black with #023F2F

Text Example


Text Example

White with #023F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,63,47); }

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

background-color css

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

 a { background-color: rgb(2,63,47); }

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

border-color css

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

 span { border-color: rgb(2,63,47); }

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