Html Css Color HEX #28823D Japanese Laurel

📋 copy color: '#28823D'

red 40 ◦ green 130 ◦ blue 61

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

Shades of Japanese Laurel #28823D

Tints of Japanese Laurel #28823D

RGB

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

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

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

R = 17.32%
G = 56.28%
B = 26.41%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#28823D (or 0x28823D) is known color: Japanese Laurel. HEX triplet: 28, 82 and 3D. RGB value is (40,130,61). Sum of RGB (Red+Green+Blue) = 40+130+61=231 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.32% from 231); Green value is 130 (51.17% from 255 or 56.28% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 130 - color contains mainly: green. Hex color #28823D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28823D is #D77DC2. Grayscale: #5F5F5F. Windows color (decimal): -14122435 or 4031016. OLE color: 4031016.

HSL color Cylindrical-coordinate representation of color #28823D: hue angle of 134º 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 #28823D is Cyan = 0.69, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 40 130 61 -
CMYK 0.69 0 0.53 0.49
HSL 134º 0.53% 0.33% -
HSV(B) 134º 0.69% 0.51% -
XYZ 9.7 16.75 7.14 -
YUV 95.22 108.68 88.61 -
System Red Green Blue C M Y K H S L
Decimal 40 130 61 0.69 0 0.53 0.49 134 0.53 0.33
Hex 28 82 3D 45 0 35 31 86 35 21
Octal 50 202 75 105 0 65 61 206 65 41
Binary 101000 10000010 111101 1000101 0 110101 110001 10000110 110101 100001

Color Harmonies of #28823D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28823D

Black with #28823D

Text Example


Text Example

White with #28823D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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