Html Css Color HEX #28833D Japanese Laurel

📋 copy color: '#28833D'

red 40 ◦ green 131 ◦ blue 61

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

Shades of Japanese Laurel #28833D

Tints of Japanese Laurel #28833D

RGB

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

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

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

R = 17.24%
G = 56.47%
B = 26.29%

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

#28833D (or 0x28833D) is known color: Japanese Laurel. HEX triplet: 28, 83 and 3D. RGB value is (40,131,61). Sum of RGB (Red+Green+Blue) = 40+131+61=232 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.24% from 232); Green value is 131 (51.56% from 255 or 56.47% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 131 - color contains mainly: green. Hex color #28833D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28833D is #D77CC2. Grayscale: #5F5F5F. Windows color (decimal): -14122179 or 4031272. OLE color: 4031272.

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

Color convert

RGB 40 131 61 -
CMYK 0.69 0 0.53 0.49
HSL 133.85º 0.53% 0.34% -
HSV(B) 133.85º 0.69% 0.51% -
XYZ 9.83 17.02 7.18 -
YUV 95.81 108.35 88.19 -
System Red Green Blue C M Y K H S L
Decimal 40 131 61 0.69 0 0.53 0.49 133.85 0.53 0.34
Hex 28 83 3D 45 0 35 31 86 35 22
Octal 50 203 75 105 0 65 61 206 65 42
Binary 101000 10000011 111101 1000101 0 110101 110001 10000110 110101 100010

Color Harmonies of #28833D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28833D

Black with #28833D

Text Example


Text Example

White with #28833D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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