Html Css Color HEX #002F25 Dark Green

📋 copy color: '#002F25'

red 0 ◦ green 47 ◦ blue 37

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

Shades of Dark Green #002F25

Tints of Dark Green #002F25

RGB

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

 GREEN value IS 47 (18.75% from 255) = 55.95%

 BLUE value IS 37 (14.84% from 255) = 44.05%

R = 0%
G = 55.95%
B = 44.05%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.21

 K value IS 0.82

RGB Variations

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

Color information

#002F25 (or 0x002F25) is known color: Dark Green. HEX triplet: 00, 2F and 25. RGB value is (0,47,37). Sum of RGB (Red+Green+Blue) = 0+47+37=84 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 84); Green value is 47 (18.75% from 255 or 55.95% from 84); Blue value is 37 (14.84% from 255 or 44.05% from 84); Max value from RGB is 47 - color contains mainly: green. Hex color #002F25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002F25 is #FFD0DA. Grayscale: #1F1F1F. Windows color (decimal): -16765147 or 2436864. OLE color: 2436864.

HSL color Cylindrical-coordinate representation of color #002F25: hue angle of 167.23º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002F25 is Cyan = 1, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.82.

Color convert

RGB 0 47 37 -
CMYK 1 0 0.21 0.82
HSL 167.23º 1% 0.09% -
HSV(B) 167.23º 1% 0.18% -
XYZ 1.35 2.17 2.1 -
YUV 31.81 130.93 105.31 -
System Red Green Blue C M Y K H S L
Decimal 0 47 37 1 0 0.21 0.82 167.23 1 0.09
Hex 0 2F 25 64 0 15 52 A7 64 9
Octal 0 57 45 144 0 25 122 247 144 11
Binary 0 101111 100101 1100100 0 10101 1010010 10100111 1100100 1001

Color Harmonies of #002F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002F25

Black with #002F25

Text Example


Text Example

White with #002F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002F25; }

 p { color: rgb(0,47,37); }

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

background-color css

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

 a { background-color: rgb(0,47,37); }

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

border-color css

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

 span { border-color: rgb(0,47,37); }

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