Html Css Color HEX #00742D Fun Green

📋 copy color: '#00742D'

red 0 ◦ green 116 ◦ blue 45

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

Shades of Fun Green #00742D

Tints of Fun Green #00742D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 72.05%

 BLUE value IS 45 (17.97% from 255) = 27.95%

R = 0%
G = 72.05%
B = 27.95%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#00742D (or 0x00742D) is known color: Fun Green. HEX triplet: 00, 74 and 2D. RGB value is (0,116,45). Sum of RGB (Red+Green+Blue) = 0+116+45=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 116 (45.70% from 255 or 72.05% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 116 - color contains mainly: green. Hex color #00742D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00742D is #FF8BD2. Grayscale: #494949. Windows color (decimal): -16747475 or 2978816. OLE color: 2978816.

HSL color Cylindrical-coordinate representation of color #00742D: hue angle of 143.28º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00742D is Cyan = 1, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 116 45 -
CMYK 1 0 0.61 0.55
HSL 143.28º 1% 0.23% -
HSV(B) 143.28º 1% 0.45% -
XYZ 6.72 12.68 4.58 -
YUV 73.22 112.07 75.77 -
System Red Green Blue C M Y K H S L
Decimal 0 116 45 1 0 0.61 0.55 143.28 1 0.23
Hex 0 74 2D 64 0 3D 37 8F 64 17
Octal 0 164 55 144 0 75 67 217 144 27
Binary 0 1110100 101101 1100100 0 111101 110111 10001111 1100100 10111

Color Harmonies of #00742D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00742D

Black with #00742D

Text Example


Text Example

White with #00742D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00742D; }

 p { color: rgb(0,116,45); }

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

background-color css

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

 a { background-color: rgb(0,116,45); }

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

border-color css

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

 span { border-color: rgb(0,116,45); }

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