Html Css Color HEX #28903D Japanese Laurel

📋 copy color: '#28903D'

red 40 ◦ green 144 ◦ blue 61

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

Shades of Japanese Laurel #28903D

Tints of Japanese Laurel #28903D

RGB

 RED value IS 40 (16.02% from 255) = 16.33%

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

 BLUE value IS 61 (24.22% from 255) = 24.9%

R = 16.33%
G = 58.78%
B = 24.9%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.58

 K value IS 0.44

RGB Variations

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

Color information

#28903D (or 0x28903D) is known color: Japanese Laurel. HEX triplet: 28, 90 and 3D. RGB value is (40,144,61). Sum of RGB (Red+Green+Blue) = 40+144+61=245 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.33% from 245); Green value is 144 (56.64% from 255 or 58.78% from 245); Blue value is 61 (24.22% from 255 or 24.90% from 245); Max value from RGB is 144 - color contains mainly: green. Hex color #28903D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28903D is #D76FC2. Grayscale: #676767. Windows color (decimal): -14118851 or 4034600. OLE color: 4034600.

HSL color Cylindrical-coordinate representation of color #28903D: hue angle of 132.12º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28903D is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 144 61 -
CMYK 0.72 0 0.58 0.44
HSL 132.12º 0.57% 0.36% -
HSV(B) 132.12º 0.72% 0.56% -
XYZ 11.69 20.73 7.8 -
YUV 103.44 104.04 82.75 -
System Red Green Blue C M Y K H S L
Decimal 40 144 61 0.72 0 0.58 0.44 132.12 0.57 0.36
Hex 28 90 3D 48 0 3A 2C 84 39 24
Octal 50 220 75 110 0 72 54 204 71 44
Binary 101000 10010000 111101 1001000 0 111010 101100 10000100 111001 100100

Color Harmonies of #28903D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28903D

Black with #28903D

Text Example


Text Example

White with #28903D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,144,61); }

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

background-color css

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

 a { background-color: rgb(40,144,61); }

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

border-color css

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

 span { border-color: rgb(40,144,61); }

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