Html Css Color HEX #023E2F British Racing Green

📋 copy color: '#023E2F'

red 2 ◦ green 62 ◦ blue 47

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

Shades of British Racing Green #023E2F

Tints of British Racing Green #023E2F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 55.86%

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

R = 1.8%
G = 55.86%
B = 42.34%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.24

 K value IS 0.76

RGB Variations

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

Color information

#023E2F (or 0x023E2F) is known color: British Racing Green. HEX triplet: 02, 3E and 2F. RGB value is (2,62,47). Sum of RGB (Red+Green+Blue) = 2+62+47=111 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.80% from 111); Green value is 62 (24.61% from 255 or 55.86% from 111); Blue value is 47 (18.75% from 255 or 42.34% from 111); Max value from RGB is 62 - color contains mainly: green. Hex color #023E2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023E2F is #FDC1D0. Grayscale: #2A2A2A. Windows color (decimal): -16630225 or 3096066. OLE color: 3096066.

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

Color convert

RGB 2 62 47 -
CMYK 0.97 0 0.24 0.76
HSL 165º 0.94% 0.13% -
HSV(B) 165º 0.97% 0.24% -
XYZ 2.26 3.66 3.28 -
YUV 42.35 130.62 99.22 -
System Red Green Blue C M Y K H S L
Decimal 2 62 47 0.97 0 0.24 0.76 165 0.94 0.13
Hex 2 3E 2F 61 0 18 4C A5 5E D
Octal 2 76 57 141 0 30 114 245 136 15
Binary 10 111110 101111 1100001 0 11000 1001100 10100101 1011110 1101

Color Harmonies of #023E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023E2F

Black with #023E2F

Text Example


Text Example

White with #023E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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