Html Css Color HEX #00230A Dark Green

📋 copy color: '#00230A'

red 0 ◦ green 35 ◦ blue 10

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

Shades of Dark Green #00230A

Tints of Dark Green #00230A

RGB

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

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

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

R = 0%
G = 77.78%
B = 22.22%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.71

 K value IS 0.86

RGB Variations

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

Color information

#00230A (or 0x00230A) is known color: Dark Green. HEX triplet: 00, 23 and 0A. RGB value is (0,35,10). Sum of RGB (Red+Green+Blue) = 0+35+10=45 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 45); Green value is 35 (14.06% from 255 or 77.78% from 45); Blue value is 10 (4.30% from 255 or 22.22% from 45); Max value from RGB is 35 - color contains mainly: green. Hex color #00230A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00230A is #FFDCF5. Grayscale: #151515. Windows color (decimal): -16768246 or 664320. OLE color: 664320.

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

Color convert

RGB 0 35 10 -
CMYK 1 0 0.71 0.86
HSL 137.14º 1% 0.07% -
HSV(B) 137.14º 1% 0.14% -
XYZ 0.66 1.22 0.49 -
YUV 21.69 121.4 112.53 -
System Red Green Blue C M Y K H S L
Decimal 0 35 10 1 0 0.71 0.86 137.14 1 0.07
Hex 0 23 A 64 0 47 56 89 64 7
Octal 0 43 12 144 0 107 126 211 144 7
Binary 0 100011 1010 1100100 0 1000111 1010110 10001001 1100100 111

Color Harmonies of #00230A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00230A

Black with #00230A

Text Example


Text Example

White with #00230A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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