Html Css Color HEX #00270C Dark Green

📋 copy color: '#00270C'

red 0 ◦ green 39 ◦ blue 12

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

Shades of Dark Green #00270C

Tints of Dark Green #00270C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 76.47%

 BLUE value IS 12 (5.08% from 255) = 23.53%

R = 0%
G = 76.47%
B = 23.53%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.69

 K value IS 0.85

RGB Variations

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

Color information

#00270C (or 0x00270C) is known color: Dark Green. HEX triplet: 00, 27 and 0C. RGB value is (0,39,12). Sum of RGB (Red+Green+Blue) = 0+39+12=51 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 51); Green value is 39 (15.62% from 255 or 76.47% from 51); Blue value is 12 (5.08% from 255 or 23.53% from 51); Max value from RGB is 39 - color contains mainly: green. Hex color #00270C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00270C is #FFD8F3. Grayscale: #181818. Windows color (decimal): -16767220 or 796416. OLE color: 796416.

HSL color Cylindrical-coordinate representation of color #00270C: hue angle of 138.46º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00270C is Cyan = 1, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.85.

Color convert

RGB 0 39 12 -
CMYK 1 0 0.69 0.85
HSL 138.46º 1% 0.08% -
HSV(B) 138.46º 1% 0.15% -
XYZ 0.79 1.48 0.59 -
YUV 24.26 121.08 110.7 -
System Red Green Blue C M Y K H S L
Decimal 0 39 12 1 0 0.69 0.85 138.46 1 0.08
Hex 0 27 C 64 0 45 55 8A 64 8
Octal 0 47 14 144 0 105 125 212 144 10
Binary 0 100111 1100 1100100 0 1000101 1010101 10001010 1100100 1000

Color Harmonies of #00270C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00270C

Black with #00270C

Text Example


Text Example

White with #00270C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00270C; }

 p { color: rgb(0,39,12); }

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

background-color css

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

 a { background-color: rgb(0,39,12); }

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

border-color css

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

 span { border-color: rgb(0,39,12); }

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