Html Css Color HEX #006F30 Fun Green

📋 copy color: '#006F30'

red 0 ◦ green 111 ◦ blue 48

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

Shades of Fun Green #006F30

Tints of Fun Green #006F30

RGB

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

 GREEN value IS 111 (43.75% from 255) = 69.81%

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

R = 0%
G = 69.81%
B = 30.19%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#006F30 (or 0x006F30) is known color: Fun Green. HEX triplet: 00, 6F and 30. RGB value is (0,111,48). Sum of RGB (Red+Green+Blue) = 0+111+48=159 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 159); Green value is 111 (43.75% from 255 or 69.81% from 159); Blue value is 48 (19.14% from 255 or 30.19% from 159); Max value from RGB is 111 - color contains mainly: green. Hex color #006F30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006F30 is #FF90CF. Grayscale: #464646. Windows color (decimal): -16748752 or 3174144. OLE color: 3174144.

HSL color Cylindrical-coordinate representation of color #006F30: hue angle of 145.95º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006F30 is Cyan = 1, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 111 48 -
CMYK 1 0 0.57 0.56
HSL 145.95º 1% 0.22% -
HSV(B) 145.95º 1% 0.44% -
XYZ 6.22 11.58 4.7 -
YUV 70.63 115.23 77.62 -
System Red Green Blue C M Y K H S L
Decimal 0 111 48 1 0 0.57 0.56 145.95 1 0.22
Hex 0 6F 30 64 0 39 38 92 64 16
Octal 0 157 60 144 0 71 70 222 144 26
Binary 0 1101111 110000 1100100 0 111001 111000 10010010 1100100 10110

Color Harmonies of #006F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006F30

Black with #006F30

Text Example


Text Example

White with #006F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006F30; }

 p { color: rgb(0,111,48); }

 H1.HeaderClassName
 {
   color: #006F30;
 }
 .AnyTagClassName
 {
   color: #006F30;
 }
</style>

background-color css

<style>
 a { background-color: #006F30; }

 a { background-color: rgb(0,111,48); }

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

border-color css

<style>
 span { border-color: #006F30; }

 span { border-color: rgb(0,111,48); }

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