Html Css Color HEX #288230 Japanese Laurel

📋 copy color: '#288230'

red 40 ◦ green 130 ◦ blue 48

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

Shades of Japanese Laurel #288230

Tints of Japanese Laurel #288230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 22.02%

R = 18.35%
G = 59.63%
B = 22.02%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#288230 (or 0x288230) is known color: Japanese Laurel. HEX triplet: 28, 82 and 30. RGB value is (40,130,48). Sum of RGB (Red+Green+Blue) = 40+130+48=218 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.35% from 218); Green value is 130 (51.17% from 255 or 59.63% from 218); Blue value is 48 (19.14% from 255 or 22.02% from 218); Max value from RGB is 130 - color contains mainly: green. Hex color #288230 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288230 is #D77DCF. Grayscale: #5D5D5D. Windows color (decimal): -14122448 or 3179048. OLE color: 3179048.

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

Color convert

RGB 40 130 48 -
CMYK 0.69 0 0.63 0.49
HSL 125.33º 0.53% 0.33% -
HSV(B) 125.33º 0.69% 0.51% -
XYZ 9.39 16.63 5.51 -
YUV 93.74 102.18 89.67 -
System Red Green Blue C M Y K H S L
Decimal 40 130 48 0.69 0 0.63 0.49 125.33 0.53 0.33
Hex 28 82 30 45 0 3F 31 7D 35 21
Octal 50 202 60 105 0 77 61 175 65 41
Binary 101000 10000010 110000 1000101 0 111111 110001 1111101 110101 100001

Color Harmonies of #288230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288230

Black with #288230

Text Example


Text Example

White with #288230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288230; }

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

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

background-color css

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

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

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

border-color css

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

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

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