Html Css Color HEX #064230 British Racing Green

📋 copy color: '#064230'

red 6 ◦ green 66 ◦ blue 48

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

Shades of British Racing Green #064230

Tints of British Racing Green #064230

RGB

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

 GREEN value IS 66 (26.17% from 255) = 55%

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

R = 5%
G = 55%
B = 40%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.27

 K value IS 0.74

RGB Variations

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

Color information

#064230 (or 0x064230) is known color: British Racing Green. HEX triplet: 06, 42 and 30. RGB value is (6,66,48). Sum of RGB (Red+Green+Blue) = 6+66+48=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 66 (26.17% from 255 or 55% from 120); Blue value is 48 (19.14% from 255 or 40% from 120); Max value from RGB is 66 - color contains mainly: green. Hex color #064230 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064230 is #F9BDCF. Grayscale: #2E2E2E. Windows color (decimal): -16367056 or 3162630. OLE color: 3162630.

HSL color Cylindrical-coordinate representation of color #064230: hue angle of 162º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064230 is Cyan = 0.91, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB 6 66 48 -
CMYK 0.91 0 0.27 0.74
HSL 162º 0.83% 0.14% -
HSV(B) 162º 0.91% 0.26% -
XYZ 2.56 4.15 3.46 -
YUV 46.01 129.12 99.46 -
System Red Green Blue C M Y K H S L
Decimal 6 66 48 0.91 0 0.27 0.74 162 0.83 0.14
Hex 6 42 30 5B 0 1B 4A A2 53 E
Octal 6 102 60 133 0 33 112 242 123 16
Binary 110 1000010 110000 1011011 0 11011 1001010 10100010 1010011 1110

Color Harmonies of #064230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064230

Black with #064230

Text Example


Text Example

White with #064230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064230; }

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

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

background-color css

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

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

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

border-color css

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

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

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