Html Css Color HEX #004130 British Racing Green

📋 copy color: '#004130'

red 0 ◦ green 65 ◦ blue 48

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

Shades of British Racing Green #004130

Tints of British Racing Green #004130

RGB

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

 GREEN value IS 65 (25.78% from 255) = 57.52%

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

R = 0%
G = 57.52%
B = 42.48%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.26

 K value IS 0.75

RGB Variations

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

Color information

#004130 (or 0x004130) is known color: British Racing Green. HEX triplet: 00, 41 and 30. RGB value is (0,65,48). Sum of RGB (Red+Green+Blue) = 0+65+48=113 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 113); Green value is 65 (25.78% from 255 or 57.52% from 113); Blue value is 48 (19.14% from 255 or 42.48% from 113); Max value from RGB is 65 - color contains mainly: green. Hex color #004130 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004130 is #FFBECF. Grayscale: #2B2B2B. Windows color (decimal): -16760528 or 3162368. OLE color: 3162368.

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

Color convert

RGB 0 65 48 -
CMYK 1 0 0.26 0.75
HSL 164.31º 1% 0.13% -
HSV(B) 164.31º 1% 0.25% -
XYZ 2.42 3.99 3.44 -
YUV 43.63 130.47 96.88 -
System Red Green Blue C M Y K H S L
Decimal 0 65 48 1 0 0.26 0.75 164.31 1 0.13
Hex 0 41 30 64 0 1A 4B A4 64 D
Octal 0 101 60 144 0 32 113 244 144 15
Binary 0 1000001 110000 1100100 0 11010 1001011 10100100 1100100 1101

Color Harmonies of #004130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004130

Black with #004130

Text Example


Text Example

White with #004130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004130; }

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

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

background-color css

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

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

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

border-color css

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

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

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