Html Css Color HEX #005305 Green

📋 copy color: '#005305'

red 0 ◦ green 83 ◦ blue 5

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

Shades of Green #005305

Tints of Green #005305

RGB

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

 GREEN value IS 83 (32.81% from 255) = 94.32%

 BLUE value IS 5 (2.34% from 255) = 5.68%

R = 0%
G = 94.32%
B = 5.68%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#005305 (or 0x005305) is known color: Green. HEX triplet: 00, 53 and 05. RGB value is (0,83,5). Sum of RGB (Red+Green+Blue) = 0+83+5=88 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 88); Green value is 83 (32.81% from 255 or 94.32% from 88); Blue value is 5 (2.34% from 255 or 5.68% from 88); Max value from RGB is 83 - color contains mainly: green. Hex color #005305 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005305 is #FFACFA. Grayscale: #313131. Windows color (decimal): -16755963 or 348928. OLE color: 348928.

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

Color convert

RGB 0 83 5 -
CMYK 1 0 0.94 0.67
HSL 123.61º 1% 0.16% -
HSV(B) 123.61º 1% 0.33% -
XYZ 3.12 6.2 1.18 -
YUV 49.29 103 92.84 -
System Red Green Blue C M Y K H S L
Decimal 0 83 5 1 0 0.94 0.67 123.61 1 0.16
Hex 0 53 5 64 0 5E 43 7C 64 10
Octal 0 123 5 144 0 136 103 174 144 20
Binary 0 1010011 101 1100100 0 1011110 1000011 1111100 1100100 10000

Color Harmonies of #005305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005305

Black with #005305

Text Example


Text Example

White with #005305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005305; }

 p { color: rgb(0,83,5); }

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

background-color css

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

 a { background-color: rgb(0,83,5); }

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

border-color css

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

 span { border-color: rgb(0,83,5); }

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