Html Css Color HEX #004330 British Racing Green

📋 copy color: '#004330'

red 0 ◦ green 67 ◦ blue 48

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

Shades of British Racing Green #004330

Tints of British Racing Green #004330

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 67 (26.56% from 255) = 58.26%

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

R = 0%
G = 58.26%
B = 41.74%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.28

 K value IS 0.74

RGB Variations

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

Color information

#004330 (or 0x004330) is known color: British Racing Green. HEX triplet: 00, 43 and 30. RGB value is (0,67,48). Sum of RGB (Red+Green+Blue) = 0+67+48=115 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 115); Green value is 67 (26.56% from 255 or 58.26% from 115); Blue value is 48 (19.14% from 255 or 41.74% from 115); Max value from RGB is 67 - color contains mainly: green. Hex color #004330 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004330 is #FFBCCF. Grayscale: #2C2C2C. Windows color (decimal): -16760016 or 3162880. OLE color: 3162880.

HSL color Cylindrical-coordinate representation of color #004330: hue angle of 162.99º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004330 is Cyan = 1, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.74.

Color convert

RGB 0 67 48 -
CMYK 1 0 0.28 0.74
HSL 162.99º 1% 0.13% -
HSV(B) 162.99º 1% 0.26% -
XYZ 2.54 4.23 3.48 -
YUV 44.8 129.8 96.04 -
System Red Green Blue C M Y K H S L
Decimal 0 67 48 1 0 0.28 0.74 162.99 1 0.13
Hex 0 43 30 64 0 1C 4A A3 64 D
Octal 0 103 60 144 0 34 112 243 144 15
Binary 0 1000011 110000 1100100 0 11100 1001010 10100011 1100100 1101

Color Harmonies of #004330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004330

Black with #004330

Text Example


Text Example

White with #004330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004330; }

 p { color: rgb(0,67,48); }

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

background-color css

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

 a { background-color: rgb(0,67,48); }

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

border-color css

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

 span { border-color: rgb(0,67,48); }

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