Html Css Color HEX #065030 British Racing Green

📋 copy color: '#065030'

red 6 ◦ green 80 ◦ blue 48

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

Shades of British Racing Green #065030

Tints of British Racing Green #065030

RGB

 RED value IS 6 (2.73% from 255) = 4.48%

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

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

R = 4.48%
G = 59.7%
B = 35.82%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.40

 K value IS 0.69

RGB Variations

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

Color information

#065030 (or 0x065030) is known color: British Racing Green. HEX triplet: 06, 50 and 30. RGB value is (6,80,48). Sum of RGB (Red+Green+Blue) = 6+80+48=134 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.48% from 134); Green value is 80 (31.64% from 255 or 59.70% from 134); Blue value is 48 (19.14% from 255 or 35.82% from 134); Max value from RGB is 80 - color contains mainly: green. Hex color #065030 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065030 is #F9AFCF. Grayscale: #363636. Windows color (decimal): -16363472 or 3166214. OLE color: 3166214.

HSL color Cylindrical-coordinate representation of color #065030: hue angle of 154.05º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065030 is Cyan = 0.92, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.69.

Color convert

RGB 6 80 48 -
CMYK 0.92 0 0.40 0.69
HSL 154.05º 0.86% 0.17% -
HSV(B) 154.05º 0.93% 0.31% -
XYZ 3.48 5.99 3.77 -
YUV 54.23 124.48 93.6 -
System Red Green Blue C M Y K H S L
Decimal 6 80 48 0.92 0 0.40 0.69 154.05 0.86 0.17
Hex 6 50 30 5C 0 28 45 9A 56 11
Octal 6 120 60 134 0 50 105 232 126 21
Binary 110 1010000 110000 1011100 0 101000 1000101 10011010 1010110 10001

Color Harmonies of #065030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065030

Black with #065030

Text Example


Text Example

White with #065030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065030; }

 p { color: rgb(6,80,48); }

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

background-color css

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

 a { background-color: rgb(6,80,48); }

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

border-color css

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

 span { border-color: rgb(6,80,48); }

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