Html Css Color HEX #002305 Deep Fir

📋 copy color: '#002305'

red 0 ◦ green 35 ◦ blue 5

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

Shades of Deep Fir #002305

Tints of Deep Fir #002305

RGB

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

 GREEN value IS 35 (14.06% from 255) = 87.5%

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

R = 0%
G = 87.5%
B = 12.5%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.86

 K value IS 0.86

RGB Variations

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

Color information

#002305 (or 0x002305) is known color: Deep Fir. HEX triplet: 00, 23 and 05. RGB value is (0,35,5). Sum of RGB (Red+Green+Blue) = 0+35+5=40 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 40); Green value is 35 (14.06% from 255 or 87.5% from 40); Blue value is 5 (2.34% from 255 or 12.5% from 40); Max value from RGB is 35 - color contains mainly: green. Hex color #002305 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002305 is #FFDCFA. Grayscale: #151515. Windows color (decimal): -16768251 or 336640. OLE color: 336640.

HSL color Cylindrical-coordinate representation of color #002305: hue angle of 128.57º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002305 is Cyan = 1, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.86.

Color convert

RGB 0 35 5 -
CMYK 1 0 0.86 0.86
HSL 128.57º 1% 0.07% -
HSV(B) 128.57º 1% 0.14% -
XYZ 0.63 1.21 0.34 -
YUV 21.12 118.9 112.94 -
System Red Green Blue C M Y K H S L
Decimal 0 35 5 1 0 0.86 0.86 128.57 1 0.07
Hex 0 23 5 64 0 56 56 81 64 7
Octal 0 43 5 144 0 126 126 201 144 7
Binary 0 100011 101 1100100 0 1010110 1010110 10000001 1100100 111

Color Harmonies of #002305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002305

Black with #002305

Text Example


Text Example

White with #002305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002305; }

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

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

background-color css

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

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

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

border-color css

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

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

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