Html Css Color HEX #035430 British Racing Green

📋 copy color: '#035430'

red 3 ◦ green 84 ◦ blue 48

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

Shades of British Racing Green #035430

Tints of British Racing Green #035430

RGB

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

 GREEN value IS 84 (33.2% from 255) = 62.22%

 BLUE value IS 48 (19.14% from 255) = 35.56%

R = 2.22%
G = 62.22%
B = 35.56%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#035430 (or 0x035430) is known color: British Racing Green. HEX triplet: 03, 54 and 30. RGB value is (3,84,48). Sum of RGB (Red+Green+Blue) = 3+84+48=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 84 (33.20% from 255 or 62.22% from 135); Blue value is 48 (19.14% from 255 or 35.56% from 135); Max value from RGB is 84 - color contains mainly: green. Hex color #035430 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035430 is #FCABCF. Grayscale: #373737. Windows color (decimal): -16559056 or 3167235. OLE color: 3167235.

HSL color Cylindrical-coordinate representation of color #035430: hue angle of 153.33º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #035430 is Cyan = 0.96, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.67.

Color convert

RGB 3 84 48 -
CMYK 0.96 0 0.43 0.67
HSL 153.33º 0.93% 0.17% -
HSV(B) 153.33º 0.96% 0.33% -
XYZ 3.74 6.57 3.87 -
YUV 55.68 123.66 90.43 -
System Red Green Blue C M Y K H S L
Decimal 3 84 48 0.96 0 0.43 0.67 153.33 0.93 0.17
Hex 3 54 30 60 0 2B 43 99 5D 11
Octal 3 124 60 140 0 53 103 231 135 21
Binary 11 1010100 110000 1100000 0 101011 1000011 10011001 1011101 10001

Color Harmonies of #035430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035430

Black with #035430

Text Example


Text Example

White with #035430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035430; }

 p { color: rgb(3,84,48); }

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

background-color css

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

 a { background-color: rgb(3,84,48); }

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

border-color css

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

 span { border-color: rgb(3,84,48); }

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