Html Css Color HEX #023814 British Racing Green

📋 copy color: '#023814'

red 2 ◦ green 56 ◦ blue 20

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

Shades of British Racing Green #023814

Tints of British Racing Green #023814

RGB

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

 GREEN value IS 56 (22.27% from 255) = 71.79%

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

R = 2.56%
G = 71.79%
B = 25.64%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#023814 (or 0x023814) is known color: British Racing Green. HEX triplet: 02, 38 and 14. RGB value is (2,56,20). Sum of RGB (Red+Green+Blue) = 2+56+20=78 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.56% from 78); Green value is 56 (22.27% from 255 or 71.79% from 78); Blue value is 20 (8.20% from 255 or 25.64% from 78); Max value from RGB is 56 - color contains mainly: green. Hex color #023814 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023814 is #FDC7EB. Grayscale: #232323. Windows color (decimal): -16631788 or 1325058. OLE color: 1325058.

HSL color Cylindrical-coordinate representation of color #023814: hue angle of 140º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #023814 is Cyan = 0.96, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.78.

Color convert

RGB 2 56 20 -
CMYK 0.96 0 0.64 0.78
HSL 140º 0.93% 0.11% -
HSV(B) 140º 0.96% 0.22% -
XYZ 1.57 2.89 1.14 -
YUV 35.75 119.11 103.93 -
System Red Green Blue C M Y K H S L
Decimal 2 56 20 0.96 0 0.64 0.78 140 0.93 0.11
Hex 2 38 14 60 0 40 4E 8C 5D B
Octal 2 70 24 140 0 100 116 214 135 13
Binary 10 111000 10100 1100000 0 1000000 1001110 10001100 1011101 1011

Color Harmonies of #023814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023814

Black with #023814

Text Example


Text Example

White with #023814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023814; }

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

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

background-color css

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

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

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

border-color css

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

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

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