Html Css Color HEX #035123 British Racing Green

📋 copy color: '#035123'

red 3 ◦ green 81 ◦ blue 35

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

Shades of British Racing Green #035123

Tints of British Racing Green #035123

RGB

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

 GREEN value IS 81 (32.03% from 255) = 68.07%

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

R = 2.52%
G = 68.07%
B = 29.41%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.57

 K value IS 0.68

RGB Variations

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

Color information

#035123 (or 0x035123) is known color: British Racing Green. HEX triplet: 03, 51 and 23. RGB value is (3,81,35). Sum of RGB (Red+Green+Blue) = 3+81+35=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 81 (32.03% from 255 or 68.07% from 119); Blue value is 35 (14.06% from 255 or 29.41% from 119); Max value from RGB is 81 - color contains mainly: green. Hex color #035123 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035123 is #FCAEDC. Grayscale: #343434. Windows color (decimal): -16559837 or 2314499. OLE color: 2314499.

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

Color convert

RGB 3 81 35 -
CMYK 0.96 0 0.57 0.68
HSL 144.62º 0.93% 0.16% -
HSV(B) 144.62º 0.96% 0.32% -
XYZ 3.28 6.03 2.58 -
YUV 52.43 118.16 92.74 -
System Red Green Blue C M Y K H S L
Decimal 3 81 35 0.96 0 0.57 0.68 144.62 0.93 0.16
Hex 3 51 23 60 0 39 44 91 5D 10
Octal 3 121 43 140 0 71 104 221 135 20
Binary 11 1010001 100011 1100000 0 111001 1000100 10010001 1011101 10000

Color Harmonies of #035123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035123

Black with #035123

Text Example


Text Example

White with #035123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035123; }

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

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

background-color css

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

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

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

border-color css

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

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

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