Html Css Color HEX #06C348 Dark Pastel Green

📋 copy color: '#06C348'

red 6 ◦ green 195 ◦ blue 72

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

Shades of Dark Pastel Green #06C348

Tints of Dark Pastel Green #06C348

RGB

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

 GREEN value IS 195 (76.56% from 255) = 71.43%

 BLUE value IS 72 (28.52% from 255) = 26.37%

R = 2.2%
G = 71.43%
B = 26.37%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#06C348 (or 0x06C348) is known color: Dark Pastel Green. HEX triplet: 06, C3 and 48. RGB value is (6,195,72). Sum of RGB (Red+Green+Blue) = 6+195+72=273 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.20% from 273); Green value is 195 (76.56% from 255 or 71.43% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 195 - color contains mainly: green. Hex color #06C348 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06C348 is #F93CB7. Grayscale: #7C7C7C. Windows color (decimal): -16334008 or 4768518. OLE color: 4768518.

HSL color Cylindrical-coordinate representation of color #06C348: hue angle of 140.95º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C348 is Cyan = 0.97, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 6 195 72 -
CMYK 0.97 0 0.63 0.24
HSL 140.95º 0.94% 0.39% -
HSV(B) 140.95º 0.97% 0.76% -
XYZ 20.76 39.54 12.67 -
YUV 124.47 98.38 43.5 -
System Red Green Blue C M Y K H S L
Decimal 6 195 72 0.97 0 0.63 0.24 140.95 0.94 0.39
Hex 6 C3 48 61 0 3F 18 8D 5E 27
Octal 6 303 110 141 0 77 30 215 136 47
Binary 110 11000011 1001000 1100001 0 111111 11000 10001101 1011110 100111

Color Harmonies of #06C348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06C348

Black with #06C348

Text Example


Text Example

White with #06C348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06C348; }

 p { color: rgb(6,195,72); }

 H1.HeaderClassName
 {
   color: #06C348;
 }
 .AnyTagClassName
 {
   color: #06C348;
 }
</style>

background-color css

<style>
 a { background-color: #06C348; }

 a { background-color: rgb(6,195,72); }

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

border-color css

<style>
 span { border-color: #06C348; }

 span { border-color: rgb(6,195,72); }

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