Html Css Color HEX #00904B Pigment Green

📋 copy color: '#00904B'

red 0 ◦ green 144 ◦ blue 75

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

Shades of Pigment Green #00904B

Tints of Pigment Green #00904B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 65.75%

 BLUE value IS 75 (29.69% from 255) = 34.25%

R = 0%
G = 65.75%
B = 34.25%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.48

 K value IS 0.44

RGB Variations

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

Color information

#00904B (or 0x00904B) is known color: Pigment Green. HEX triplet: 00, 90 and 4B. RGB value is (0,144,75). Sum of RGB (Red+Green+Blue) = 0+144+75=219 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 219); Green value is 144 (56.64% from 255 or 65.75% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 144 - color contains mainly: green. Hex color #00904B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00904B is #FF6FB4. Grayscale: #5D5D5D. Windows color (decimal): -16740277 or 4952064. OLE color: 4952064.

HSL color Cylindrical-coordinate representation of color #00904B: hue angle of 151.25º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00904B is Cyan = 1, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.

Color convert

RGB 0 144 75 -
CMYK 1 0 0.48 0.44
HSL 151.25º 1% 0.28% -
HSV(B) 151.25º 1% 0.56% -
XYZ 11.24 20.45 10.01 -
YUV 93.08 117.79 61.61 -
System Red Green Blue C M Y K H S L
Decimal 0 144 75 1 0 0.48 0.44 151.25 1 0.28
Hex 0 90 4B 64 0 30 2C 97 64 1C
Octal 0 220 113 144 0 60 54 227 144 34
Binary 0 10010000 1001011 1100100 0 110000 101100 10010111 1100100 11100

Color Harmonies of #00904B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00904B

Black with #00904B

Text Example


Text Example

White with #00904B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00904B; }

 p { color: rgb(0,144,75); }

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

background-color css

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

 a { background-color: rgb(0,144,75); }

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

border-color css

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

 span { border-color: rgb(0,144,75); }

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