Html Css Color HEX #038502 Green

📋 copy color: '#038502'

red 3 ◦ green 133 ◦ blue 2

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

Shades of Green #038502

Tints of Green #038502

RGB

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

 GREEN value IS 133 (52.34% from 255) = 96.38%

 BLUE value IS 2 (1.17% from 255) = 1.45%

R = 2.17%
G = 96.38%
B = 1.45%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#038502 (or 0x038502) is known color: Green. HEX triplet: 03, 85 and 02. RGB value is (3,133,2). Sum of RGB (Red+Green+Blue) = 3+133+2=138 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.17% from 138); Green value is 133 (52.34% from 255 or 96.38% from 138); Blue value is 2 (1.17% from 255 or 1.45% from 138); Max value from RGB is 133 - color contains mainly: green. Hex color #038502 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #038502 is #FC7AFD. Grayscale: #4F4F4F. Windows color (decimal): -16546558 or 165123. OLE color: 165123.

HSL color Cylindrical-coordinate representation of color #038502: hue angle of 119.54º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038502 is Cyan = 0.98, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB 3 133 2 -
CMYK 0.98 0 0.98 0.48
HSL 119.54º 0.97% 0.26% -
HSV(B) 119.54º 0.98% 0.52% -
XYZ 8.44 16.8 2.86 -
YUV 79.2 84.43 73.65 -
System Red Green Blue C M Y K H S L
Decimal 3 133 2 0.98 0 0.98 0.48 119.54 0.97 0.26
Hex 3 85 2 62 0 62 30 78 61 1A
Octal 3 205 2 142 0 142 60 170 141 32
Binary 11 10000101 10 1100010 0 1100010 110000 1111000 1100001 11010

Color Harmonies of #038502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038502

Black with #038502

Text Example


Text Example

White with #038502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038502; }

 p { color: rgb(3,133,2); }

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

background-color css

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

 a { background-color: rgb(3,133,2); }

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

border-color css

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

 span { border-color: rgb(3,133,2); }

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