Html Css Color HEX #023F14 British Racing Green

📋 copy color: '#023F14'

red 2 ◦ green 63 ◦ blue 20

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

Shades of British Racing Green #023F14

Tints of British Racing Green #023F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 23.53%

R = 2.35%
G = 74.12%
B = 23.53%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.68

 K value IS 0.75

RGB Variations

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

Color information

#023F14 (or 0x023F14) is known color: British Racing Green. HEX triplet: 02, 3F and 14. RGB value is (2,63,20). Sum of RGB (Red+Green+Blue) = 2+63+20=85 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.35% from 85); Green value is 63 (25% from 255 or 74.12% from 85); Blue value is 20 (8.20% from 255 or 23.53% from 85); Max value from RGB is 63 - color contains mainly: green. Hex color #023F14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023F14 is #FDC0EB. Grayscale: #272727. Windows color (decimal): -16629996 or 1326850. OLE color: 1326850.

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

Color convert

RGB 2 63 20 -
CMYK 0.97 0 0.68 0.75
HSL 137.7º 0.94% 0.13% -
HSV(B) 137.7º 0.97% 0.25% -
XYZ 1.93 3.62 1.26 -
YUV 39.86 116.79 101 -
System Red Green Blue C M Y K H S L
Decimal 2 63 20 0.97 0 0.68 0.75 137.7 0.94 0.13
Hex 2 3F 14 61 0 44 4B 8A 5E D
Octal 2 77 24 141 0 104 113 212 136 15
Binary 10 111111 10100 1100001 0 1000100 1001011 10001010 1011110 1101

Color Harmonies of #023F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023F14

Black with #023F14

Text Example


Text Example

White with #023F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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