Html Css Color HEX #00B74A Dark Pastel Green

📋 copy color: '#00B74A'

red 0 ◦ green 183 ◦ blue 74

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

Shades of Dark Pastel Green #00B74A

Tints of Dark Pastel Green #00B74A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 71.21%

 BLUE value IS 74 (29.3% from 255) = 28.79%

R = 0%
G = 71.21%
B = 28.79%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#00B74A (or 0x00B74A) is known color: Dark Pastel Green. HEX triplet: 00, B7 and 4A. RGB value is (0,183,74). Sum of RGB (Red+Green+Blue) = 0+183+74=257 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 257); Green value is 183 (71.88% from 255 or 71.21% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 183 - color contains mainly: green. Hex color #00B74A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00B74A is #FF48B5. Grayscale: #747474. Windows color (decimal): -16730294 or 4896512. OLE color: 4896512.

HSL color Cylindrical-coordinate representation of color #00B74A: hue angle of 144.26º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B74A is Cyan = 1, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 0 183 74 -
CMYK 1 0 0.60 0.28
HSL 144.26º 1% 0.36% -
HSV(B) 144.26º 1% 0.72% -
XYZ 18.17 34.36 12.15 -
YUV 115.86 104.37 45.36 -
System Red Green Blue C M Y K H S L
Decimal 0 183 74 1 0 0.60 0.28 144.26 1 0.36
Hex 0 B7 4A 64 0 3C 1C 90 64 24
Octal 0 267 112 144 0 74 34 220 144 44
Binary 0 10110111 1001010 1100100 0 111100 11100 10010000 1100100 100100

Color Harmonies of #00B74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B74A

Black with #00B74A

Text Example


Text Example

White with #00B74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00B74A; }

 p { color: rgb(0,183,74); }

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

background-color css

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

 a { background-color: rgb(0,183,74); }

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

border-color css

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

 span { border-color: rgb(0,183,74); }

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