Html Css Color HEX #069430 Pigment Green

📋 copy color: '#069430'

red 6 ◦ green 148 ◦ blue 48

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

Shades of Pigment Green #069430

Tints of Pigment Green #069430

RGB

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

 GREEN value IS 148 (58.2% from 255) = 73.27%

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

R = 2.97%
G = 73.27%
B = 23.76%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#069430 (or 0x069430) is known color: Pigment Green. HEX triplet: 06, 94 and 30. RGB value is (6,148,48). Sum of RGB (Red+Green+Blue) = 6+148+48=202 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.97% from 202); Green value is 148 (58.20% from 255 or 73.27% from 202); Blue value is 48 (19.14% from 255 or 23.76% from 202); Max value from RGB is 148 - color contains mainly: green. Hex color #069430 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069430 is #F96BCF. Grayscale: #5E5E5E. Windows color (decimal): -16346064 or 3183622. OLE color: 3183622.

HSL color Cylindrical-coordinate representation of color #069430: hue angle of 137.75º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069430 is Cyan = 0.96, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 6 148 48 -
CMYK 0.96 0 0.68 0.42
HSL 137.75º 0.92% 0.3% -
HSV(B) 137.75º 0.96% 0.58% -
XYZ 11.2 21.43 6.34 -
YUV 94.14 101.96 65.13 -
System Red Green Blue C M Y K H S L
Decimal 6 148 48 0.96 0 0.68 0.42 137.75 0.92 0.3
Hex 6 94 30 60 0 44 2A 8A 5C 1E
Octal 6 224 60 140 0 104 52 212 134 36
Binary 110 10010100 110000 1100000 0 1000100 101010 10001010 1011100 11110

Color Harmonies of #069430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069430

Black with #069430

Text Example


Text Example

White with #069430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069430; }

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

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

background-color css

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

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

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

border-color css

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

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

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