Html Css Color HEX #00430F British Racing Green

📋 copy color: '#00430F'

red 0 ◦ green 67 ◦ blue 15

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

Shades of British Racing Green #00430F

Tints of British Racing Green #00430F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 18.29%

R = 0%
G = 81.71%
B = 18.29%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.78

 K value IS 0.74

RGB Variations

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

Color information

#00430F (or 0x00430F) is known color: British Racing Green. HEX triplet: 00, 43 and 0F. RGB value is (0,67,15). Sum of RGB (Red+Green+Blue) = 0+67+15=82 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 82); Green value is 67 (26.56% from 255 or 81.71% from 82); Blue value is 15 (6.25% from 255 or 18.29% from 82); Max value from RGB is 67 - color contains mainly: green. Hex color #00430F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00430F is #FFBCF0. Grayscale: #292929. Windows color (decimal): -16760049 or 1000192. OLE color: 1000192.

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

Color convert

RGB 0 67 15 -
CMYK 1 0 0.78 0.74
HSL 133.43º 1% 0.13% -
HSV(B) 133.43º 1% 0.26% -
XYZ 2.09 4.05 1.12 -
YUV 41.04 113.3 98.73 -
System Red Green Blue C M Y K H S L
Decimal 0 67 15 1 0 0.78 0.74 133.43 1 0.13
Hex 0 43 F 64 0 4E 4A 85 64 D
Octal 0 103 17 144 0 116 112 205 144 15
Binary 0 1000011 1111 1100100 0 1001110 1001010 10000101 1100100 1101

Color Harmonies of #00430F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00430F

Black with #00430F

Text Example


Text Example

White with #00430F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00430F; }

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

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

background-color css

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

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

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

border-color css

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

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

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