Html Css Color HEX #023D1F British Racing Green

📋 copy color: '#023D1F'

red 2 ◦ green 61 ◦ blue 31

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

Shades of British Racing Green #023D1F

Tints of British Racing Green #023D1F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 64.89%

 BLUE value IS 31 (12.5% from 255) = 32.98%

R = 2.13%
G = 64.89%
B = 32.98%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.49

 K value IS 0.76

RGB Variations

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

Color information

#023D1F (or 0x023D1F) is known color: British Racing Green. HEX triplet: 02, 3D and 1F. RGB value is (2,61,31). Sum of RGB (Red+Green+Blue) = 2+61+31=94 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.13% from 94); Green value is 61 (24.22% from 255 or 64.89% from 94); Blue value is 31 (12.5% from 255 or 32.98% from 94); Max value from RGB is 61 - color contains mainly: green. Hex color #023D1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023D1F is #FDC2E0. Grayscale: #282828. Windows color (decimal): -16630497 or 2047234. OLE color: 2047234.

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

Color convert

RGB 2 61 31 -
CMYK 0.97 0 0.49 0.76
HSL 149.49º 0.94% 0.12% -
HSV(B) 149.49º 0.97% 0.24% -
XYZ 1.94 3.45 1.86 -
YUV 39.94 122.95 100.94 -
System Red Green Blue C M Y K H S L
Decimal 2 61 31 0.97 0 0.49 0.76 149.49 0.94 0.12
Hex 2 3D 1F 61 0 31 4C 95 5E C
Octal 2 75 37 141 0 61 114 225 136 14
Binary 10 111101 11111 1100001 0 110001 1001100 10010101 1011110 1100

Color Harmonies of #023D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023D1F

Black with #023D1F

Text Example


Text Example

White with #023D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,61,31); }

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

background-color css

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

 a { background-color: rgb(2,61,31); }

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

border-color css

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

 span { border-color: rgb(2,61,31); }

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