Html Css Color HEX #035023 British Racing Green

📋 copy color: '#035023'

red 3 ◦ green 80 ◦ blue 35

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

Shades of British Racing Green #035023

Tints of British Racing Green #035023

RGB

 RED value IS 3 (1.56% from 255) = 2.54%

 GREEN value IS 80 (31.64% from 255) = 67.8%

 BLUE value IS 35 (14.06% from 255) = 29.66%

R = 2.54%
G = 67.8%
B = 29.66%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.56

 K value IS 0.69

RGB Variations

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

Color information

#035023 (or 0x035023) is known color: British Racing Green. HEX triplet: 03, 50 and 23. RGB value is (3,80,35). Sum of RGB (Red+Green+Blue) = 3+80+35=118 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.54% from 118); Green value is 80 (31.64% from 255 or 67.80% from 118); Blue value is 35 (14.06% from 255 or 29.66% from 118); Max value from RGB is 80 - color contains mainly: green. Hex color #035023 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035023 is #FCAFDC. Grayscale: #333333. Windows color (decimal): -16560093 or 2314243. OLE color: 2314243.

HSL color Cylindrical-coordinate representation of color #035023: hue angle of 144.94º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #035023 is Cyan = 0.96, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.69.

Color convert

RGB 3 80 35 -
CMYK 0.96 0 0.56 0.69
HSL 144.94º 0.93% 0.16% -
HSV(B) 144.94º 0.96% 0.31% -
XYZ 3.21 5.88 2.56 -
YUV 51.85 118.49 93.16 -
System Red Green Blue C M Y K H S L
Decimal 3 80 35 0.96 0 0.56 0.69 144.94 0.93 0.16
Hex 3 50 23 60 0 38 45 91 5D 10
Octal 3 120 43 140 0 70 105 221 135 20
Binary 11 1010000 100011 1100000 0 111000 1000101 10010001 1011101 10000

Color Harmonies of #035023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035023

Black with #035023

Text Example


Text Example

White with #035023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035023; }

 p { color: rgb(3,80,35); }

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

background-color css

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

 a { background-color: rgb(3,80,35); }

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

border-color css

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

 span { border-color: rgb(3,80,35); }

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