Html Css Color HEX #005230 British Racing Green

📋 copy color: '#005230'

red 0 ◦ green 82 ◦ blue 48

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

Shades of British Racing Green #005230

Tints of British Racing Green #005230

RGB

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

 GREEN value IS 82 (32.42% from 255) = 63.08%

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

R = 0%
G = 63.08%
B = 36.92%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.41

 K value IS 0.68

RGB Variations

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

Color information

#005230 (or 0x005230) is known color: British Racing Green. HEX triplet: 00, 52 and 30. RGB value is (0,82,48). Sum of RGB (Red+Green+Blue) = 0+82+48=130 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 130); Green value is 82 (32.42% from 255 or 63.08% from 130); Blue value is 48 (19.14% from 255 or 36.92% from 130); Max value from RGB is 82 - color contains mainly: green. Hex color #005230 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005230 is #FFADCF. Grayscale: #353535. Windows color (decimal): -16756176 or 3166720. OLE color: 3166720.

HSL color Cylindrical-coordinate representation of color #005230: hue angle of 155.12º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005230 is Cyan = 1, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.68.

Color convert

RGB 0 82 48 -
CMYK 1 0 0.41 0.68
HSL 155.12º 1% 0.16% -
HSV(B) 155.12º 1% 0.32% -
XYZ 3.55 6.25 3.82 -
YUV 53.61 124.83 89.76 -
System Red Green Blue C M Y K H S L
Decimal 0 82 48 1 0 0.41 0.68 155.12 1 0.16
Hex 0 52 30 64 0 29 44 9B 64 10
Octal 0 122 60 144 0 51 104 233 144 20
Binary 0 1010010 110000 1100100 0 101001 1000100 10011011 1100100 10000

Color Harmonies of #005230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005230

Black with #005230

Text Example


Text Example

White with #005230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005230; }

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

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

background-color css

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

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

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

border-color css

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

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

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