Html Css Color HEX #004230 British Racing Green

📋 copy color: '#004230'

red 0 ◦ green 66 ◦ blue 48

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

Shades of British Racing Green #004230

Tints of British Racing Green #004230

RGB

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

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

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

R = 0%
G = 57.89%
B = 42.11%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.27

 K value IS 0.74

RGB Variations

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

Color information

#004230 (or 0x004230) is known color: British Racing Green. HEX triplet: 00, 42 and 30. RGB value is (0,66,48). Sum of RGB (Red+Green+Blue) = 0+66+48=114 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 114); Green value is 66 (26.17% from 255 or 57.89% from 114); Blue value is 48 (19.14% from 255 or 42.11% from 114); Max value from RGB is 66 - color contains mainly: green. Hex color #004230 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004230 is #FFBDCF. Grayscale: #2C2C2C. Windows color (decimal): -16760272 or 3162624. OLE color: 3162624.

HSL color Cylindrical-coordinate representation of color #004230: hue angle of 163.64º 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 #004230 is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB 0 66 48 -
CMYK 1 0 0.27 0.74
HSL 163.64º 1% 0.13% -
HSV(B) 163.64º 1% 0.26% -
XYZ 2.48 4.11 3.46 -
YUV 44.21 130.13 96.46 -
System Red Green Blue C M Y K H S L
Decimal 0 66 48 1 0 0.27 0.74 163.64 1 0.13
Hex 0 42 30 64 0 1B 4A A4 64 D
Octal 0 102 60 144 0 33 112 244 144 15
Binary 0 1000010 110000 1100100 0 11011 1001010 10100100 1100100 1101

Color Harmonies of #004230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004230

Black with #004230

Text Example


Text Example

White with #004230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004230; }

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

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

background-color css

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

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

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

border-color css

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

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

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