Html Css Color HEX #068C30 Dark Spring Green

📋 copy color: '#068C30'

red 6 ◦ green 140 ◦ blue 48

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

Shades of Dark Spring Green #068C30

Tints of Dark Spring Green #068C30

RGB

 RED value IS 6 (2.73% from 255) = 3.09%

 GREEN value IS 140 (55.08% from 255) = 72.16%

 BLUE value IS 48 (19.14% from 255) = 24.74%

R = 3.09%
G = 72.16%
B = 24.74%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.66

 K value IS 0.45

RGB Variations

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

Color information

#068C30 (or 0x068C30) is known color: Dark Spring Green. HEX triplet: 06, 8C and 30. RGB value is (6,140,48). Sum of RGB (Red+Green+Blue) = 6+140+48=194 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.09% from 194); Green value is 140 (55.08% from 255 or 72.16% from 194); Blue value is 48 (19.14% from 255 or 24.74% from 194); Max value from RGB is 140 - color contains mainly: green. Hex color #068C30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068C30 is #F973CF. Grayscale: #595959. Windows color (decimal): -16348112 or 3181574. OLE color: 3181574.

HSL color Cylindrical-coordinate representation of color #068C30: hue angle of 138.81º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068C30 is Cyan = 0.96, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.45.

Color convert

RGB 6 140 48 -
CMYK 0.96 0 0.66 0.45
HSL 138.81º 0.92% 0.29% -
HSV(B) 138.81º 0.96% 0.55% -
XYZ 9.99 19.01 5.94 -
YUV 89.45 104.61 68.48 -
System Red Green Blue C M Y K H S L
Decimal 6 140 48 0.96 0 0.66 0.45 138.81 0.92 0.29
Hex 6 8C 30 60 0 42 2D 8B 5C 1D
Octal 6 214 60 140 0 102 55 213 134 35
Binary 110 10001100 110000 1100000 0 1000010 101101 10001011 1011100 11101

Color Harmonies of #068C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068C30

Black with #068C30

Text Example


Text Example

White with #068C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068C30; }

 p { color: rgb(6,140,48); }

 H1.HeaderClassName
 {
   color: #068C30;
 }
 .AnyTagClassName
 {
   color: #068C30;
 }
</style>

background-color css

<style>
 a { background-color: #068C30; }

 a { background-color: rgb(6,140,48); }

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

border-color css

<style>
 span { border-color: #068C30; }

 span { border-color: rgb(6,140,48); }

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