Html Css Color HEX #05230F Dark Green

📋 copy color: '#05230F'

red 5 ◦ green 35 ◦ blue 15

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

Shades of Dark Green #05230F

Tints of Dark Green #05230F

RGB

 RED value IS 5 (2.34% from 255) = 9.09%

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

 BLUE value IS 15 (6.25% from 255) = 27.27%

R = 9.09%
G = 63.64%
B = 27.27%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.57

 K value IS 0.86

RGB Variations

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

Color information

#05230F (or 0x05230F) is known color: Dark Green. HEX triplet: 05, 23 and 0F. RGB value is (5,35,15). Sum of RGB (Red+Green+Blue) = 5+35+15=55 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.09% from 55); Green value is 35 (14.06% from 255 or 63.64% from 55); Blue value is 15 (6.25% from 255 or 27.27% from 55); Max value from RGB is 35 - color contains mainly: green. Hex color #05230F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05230F is #FADCF0. Grayscale: #171717. Windows color (decimal): -16440561 or 992005. OLE color: 992005.

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

Color convert

RGB 5 35 15 -
CMYK 0.86 0 0.57 0.86
HSL 140º 0.75% 0.08% -
HSV(B) 140º 0.86% 0.14% -
XYZ 0.75 1.27 0.66 -
YUV 23.75 123.06 114.63 -
System Red Green Blue C M Y K H S L
Decimal 5 35 15 0.86 0 0.57 0.86 140 0.75 0.08
Hex 5 23 F 56 0 39 56 8C 4B 8
Octal 5 43 17 126 0 71 126 214 113 10
Binary 101 100011 1111 1010110 0 111001 1010110 10001100 1001011 1000

Color Harmonies of #05230F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05230F

Black with #05230F

Text Example


Text Example

White with #05230F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05230F; }

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

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

background-color css

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

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

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

border-color css

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

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

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