Html Css Color HEX #28822F Japanese Laurel

📋 copy color: '#28822F'

red 40 ◦ green 130 ◦ blue 47

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

Shades of Japanese Laurel #28822F

Tints of Japanese Laurel #28822F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 59.91%

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

R = 18.43%
G = 59.91%
B = 21.66%

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

#28822F (or 0x28822F) is known color: Japanese Laurel. HEX triplet: 28, 82 and 2F. RGB value is (40,130,47). Sum of RGB (Red+Green+Blue) = 40+130+47=217 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.43% from 217); Green value is 130 (51.17% from 255 or 59.91% from 217); Blue value is 47 (18.75% from 255 or 21.66% from 217); Max value from RGB is 130 - color contains mainly: green. Hex color #28822F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28822F is #D77DD0. Grayscale: #5D5D5D. Windows color (decimal): -14122449 or 3113512. OLE color: 3113512.

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

Color convert

RGB 40 130 47 -
CMYK 0.69 0 0.64 0.49
HSL 124.67º 0.53% 0.33% -
HSV(B) 124.67º 0.69% 0.51% -
XYZ 9.37 16.62 5.4 -
YUV 93.63 101.68 89.75 -
System Red Green Blue C M Y K H S L
Decimal 40 130 47 0.69 0 0.64 0.49 124.67 0.53 0.33
Hex 28 82 2F 45 0 40 31 7D 35 21
Octal 50 202 57 105 0 100 61 175 65 41
Binary 101000 10000010 101111 1000101 0 1000000 110001 1111101 110101 100001

Color Harmonies of #28822F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28822F

Black with #28822F

Text Example


Text Example

White with #28822F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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