Html Css Color HEX #038C06 Green

📋 copy color: '#038C06'

red 3 ◦ green 140 ◦ blue 6

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

Shades of Green #038C06

Tints of Green #038C06

RGB

 RED value IS 3 (1.56% from 255) = 2.01%

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

 BLUE value IS 6 (2.73% from 255) = 4.03%

R = 2.01%
G = 93.96%
B = 4.03%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.96

 K value IS 0.45

RGB Variations

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

Color information

#038C06 (or 0x038C06) is known color: Green. HEX triplet: 03, 8C and 06. RGB value is (3,140,6). Sum of RGB (Red+Green+Blue) = 3+140+6=149 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.01% from 149); Green value is 140 (55.08% from 255 or 93.96% from 149); Blue value is 6 (2.73% from 255 or 4.03% from 149); Max value from RGB is 140 - color contains mainly: green. Hex color #038C06 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #038C06 is #FC73F9. Grayscale: #545454. Windows color (decimal): -16544762 or 429059. OLE color: 429059.

HSL color Cylindrical-coordinate representation of color #038C06: hue angle of 121.31º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038C06 is Cyan = 0.98, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB 3 140 6 -
CMYK 0.98 0 0.96 0.45
HSL 121.31º 0.96% 0.28% -
HSV(B) 121.31º 0.98% 0.55% -
XYZ 9.45 18.79 3.3 -
YUV 83.76 84.11 70.4 -
System Red Green Blue C M Y K H S L
Decimal 3 140 6 0.98 0 0.96 0.45 121.31 0.96 0.28
Hex 3 8C 6 62 0 60 2D 79 60 1C
Octal 3 214 6 142 0 140 55 171 140 34
Binary 11 10001100 110 1100010 0 1100000 101101 1111001 1100000 11100

Color Harmonies of #038C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038C06

Black with #038C06

Text Example


Text Example

White with #038C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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