Html Css Color HEX #28832F Japanese Laurel

📋 copy color: '#28832F'

red 40 ◦ green 131 ◦ blue 47

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

Shades of Japanese Laurel #28832F

Tints of Japanese Laurel #28832F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 60.09%

 BLUE value IS 47 (18.75% from 255) = 21.56%

R = 18.35%
G = 60.09%
B = 21.56%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#28832F (or 0x28832F) is known color: Japanese Laurel. HEX triplet: 28, 83 and 2F. RGB value is (40,131,47). Sum of RGB (Red+Green+Blue) = 40+131+47=218 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.35% from 218); Green value is 131 (51.56% from 255 or 60.09% from 218); Blue value is 47 (18.75% from 255 or 21.56% from 218); Max value from RGB is 131 - color contains mainly: green. Hex color #28832F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28832F is #D77CD0. Grayscale: #5E5E5E. Windows color (decimal): -14122193 or 3113768. OLE color: 3113768.

HSL color Cylindrical-coordinate representation of color #28832F: hue angle of 124.62º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #28832F is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB 40 131 47 -
CMYK 0.69 0 0.64 0.49
HSL 124.62º 0.53% 0.34% -
HSV(B) 124.62º 0.69% 0.51% -
XYZ 9.5 16.89 5.45 -
YUV 94.22 101.35 89.33 -
System Red Green Blue C M Y K H S L
Decimal 40 131 47 0.69 0 0.64 0.49 124.62 0.53 0.34
Hex 28 83 2F 45 0 40 31 7D 35 22
Octal 50 203 57 105 0 100 61 175 65 42
Binary 101000 10000011 101111 1000101 0 1000000 110001 1111101 110101 100010

Color Harmonies of #28832F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28832F

Black with #28832F

Text Example


Text Example

White with #28832F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28832F; }

 p { color: rgb(40,131,47); }

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

background-color css

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

 a { background-color: rgb(40,131,47); }

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

border-color css

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

 span { border-color: rgb(40,131,47); }

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