Html Css Color HEX #004430 British Racing Green

📋 copy color: '#004430'

red 0 ◦ green 68 ◦ blue 48

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

Shades of British Racing Green #004430

Tints of British Racing Green #004430

RGB

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

 GREEN value IS 68 (26.95% from 255) = 58.62%

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

R = 0%
G = 58.62%
B = 41.38%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#004430 (or 0x004430) is known color: British Racing Green. HEX triplet: 00, 44 and 30. RGB value is (0,68,48). Sum of RGB (Red+Green+Blue) = 0+68+48=116 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 116); Green value is 68 (26.95% from 255 or 58.62% from 116); Blue value is 48 (19.14% from 255 or 41.38% from 116); Max value from RGB is 68 - color contains mainly: green. Hex color #004430 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004430 is #FFBBCF. Grayscale: #2D2D2D. Windows color (decimal): -16759760 or 3163136. OLE color: 3163136.

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

Color convert

RGB 0 68 48 -
CMYK 1 0 0.29 0.73
HSL 162.35º 1% 0.13% -
HSV(B) 162.35º 1% 0.27% -
XYZ 2.6 4.35 3.5 -
YUV 45.39 129.47 95.63 -
System Red Green Blue C M Y K H S L
Decimal 0 68 48 1 0 0.29 0.73 162.35 1 0.13
Hex 0 44 30 64 0 1D 49 A2 64 D
Octal 0 104 60 144 0 35 111 242 144 15
Binary 0 1000100 110000 1100100 0 11101 1001001 10100010 1100100 1101

Color Harmonies of #004430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004430

Black with #004430

Text Example


Text Example

White with #004430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004430; }

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

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

background-color css

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

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

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

border-color css

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

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

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