Html Css Color HEX #288233 Japanese Laurel

📋 copy color: '#288233'

red 40 ◦ green 130 ◦ blue 51

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

Shades of Japanese Laurel #288233

Tints of Japanese Laurel #288233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 23.08%

R = 18.1%
G = 58.82%
B = 23.08%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#288233 (or 0x288233) is known color: Japanese Laurel. HEX triplet: 28, 82 and 33. RGB value is (40,130,51). Sum of RGB (Red+Green+Blue) = 40+130+51=221 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.10% from 221); Green value is 130 (51.17% from 255 or 58.82% from 221); Blue value is 51 (20.31% from 255 or 23.08% from 221); Max value from RGB is 130 - color contains mainly: green. Hex color #288233 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288233 is #D77DCC. Grayscale: #5E5E5E. Windows color (decimal): -14122445 or 3375656. OLE color: 3375656.

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

Color convert

RGB 40 130 51 -
CMYK 0.69 0 0.61 0.49
HSL 127.33º 0.53% 0.33% -
HSV(B) 127.33º 0.69% 0.51% -
XYZ 9.46 16.66 5.85 -
YUV 94.08 103.68 89.42 -
System Red Green Blue C M Y K H S L
Decimal 40 130 51 0.69 0 0.61 0.49 127.33 0.53 0.33
Hex 28 82 33 45 0 3D 31 7F 35 21
Octal 50 202 63 105 0 75 61 177 65 41
Binary 101000 10000010 110011 1000101 0 111101 110001 1111111 110101 100001

Color Harmonies of #288233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288233

Black with #288233

Text Example


Text Example

White with #288233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288233; }

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

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

background-color css

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

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

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

border-color css

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

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

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