Html Css Color HEX #00270A Dark Green

📋 copy color: '#00270A'

red 0 ◦ green 39 ◦ blue 10

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

Shades of Dark Green #00270A

Tints of Dark Green #00270A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 20.41%

R = 0%
G = 79.59%
B = 20.41%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.74

 K value IS 0.85

RGB Variations

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

Color information

#00270A (or 0x00270A) is known color: Dark Green. HEX triplet: 00, 27 and 0A. RGB value is (0,39,10). Sum of RGB (Red+Green+Blue) = 0+39+10=49 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 49); Green value is 39 (15.62% from 255 or 79.59% from 49); Blue value is 10 (4.30% from 255 or 20.41% from 49); Max value from RGB is 39 - color contains mainly: green. Hex color #00270A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00270A is #FFD8F5. Grayscale: #181818. Windows color (decimal): -16767222 or 665344. OLE color: 665344.

HSL color Cylindrical-coordinate representation of color #00270A: hue angle of 135.38º 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 #00270A is Cyan = 1, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.85.

Color convert

RGB 0 39 10 -
CMYK 1 0 0.74 0.85
HSL 135.38º 1% 0.08% -
HSV(B) 135.38º 1% 0.15% -
XYZ 0.78 1.47 0.53 -
YUV 24.03 120.08 110.86 -
System Red Green Blue C M Y K H S L
Decimal 0 39 10 1 0 0.74 0.85 135.38 1 0.08
Hex 0 27 A 64 0 4A 55 87 64 8
Octal 0 47 12 144 0 112 125 207 144 10
Binary 0 100111 1010 1100100 0 1001010 1010101 10000111 1100100 1000

Color Harmonies of #00270A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00270A

Black with #00270A

Text Example


Text Example

White with #00270A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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